diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbae1a65..daa58643 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,8 +49,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - run_install: | - - args: [--frozen-lockfile] + run_install: false - name: Lint if: ${{ matrix.os == 'ubuntu-latest' }}