diff --git a/.github/workflows/node.js-ci.yml b/.github/workflows/node.js-ci.yml index f5a6d33..9519786 100644 --- a/.github/workflows/node.js-ci.yml +++ b/.github/workflows/node.js-ci.yml @@ -16,7 +16,7 @@ jobs: name: Checkout [main] with: fetch-depth: 0 - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: "24" - uses: pnpm/action-setup@v4 @@ -57,7 +57,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@v5 + - uses: actions/setup-node@v6 with: node-version: "24" - uses: pnpm/action-setup@v4