diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5acc09f1..540618d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: node-version: [24.x] steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 10.18.3 - name: Use Node.js ${{ matrix.node-version }}