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