From 89832a2e717dc181439c269640a11f17680f9212 Mon Sep 17 00:00:00 2001 From: ignace Date: Sun, 3 Sep 2023 11:50:06 +0200 Subject: [PATCH] ci: remove no-lockfile --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2712d6c..d9883e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,6 @@ jobs: - uses: wyvox/action-setup-pnpm@v2 with: node-version: 16 - no-lockfile: true - name: Run Tests run: pnpm test