diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 8b7b56b..c84cd10 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -15,7 +15,7 @@ jobs: with: persist-credentials: false # Version comes from package.json's "packageManager" field (single source of truth). - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 - uses: actions/setup-node@v4 with: node-version: 22