diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87a3ae6..b366d3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 22 - cache: pnpm - name: Install dependencies run: pnpm install --frozen-lockfile