diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 688d7dd07..6e258a182 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,15 +17,15 @@ jobs: node-version: 22 check-latest: true - - name: Setup pnpm - uses: pnpm/action-setup@v4 - with: - version: 10.23.0 - - name: Node version run: | node -v npm -v + + - name: Enable corepack and pin pnpm + run: | + corepack enable + corepack prepare pnpm@10.23.0 --activate pnpm -v - name: Install dependencies