diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 175ad26..e0d2c0c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,6 +73,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - run: pnpm install --frozen-lockfile --ignore-scripts + run: pnpm install --no-frozen-lockfile --ignore-scripts - name: Run unit tests run: pnpm unit