diff --git a/.github/workflows/node.js-ci.yml b/.github/workflows/node.js-ci.yml index 71a8675..dad302b 100644 --- a/.github/workflows/node.js-ci.yml +++ b/.github/workflows/node.js-ci.yml @@ -18,7 +18,7 @@ jobs: name: Checkout [main] with: fetch-depth: 0 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: "22" - uses: pnpm/action-setup@v4 @@ -55,7 +55,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} fetch-depth: 0 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: "22" - uses: pnpm/action-setup@v4