diff --git a/.github/workflows/node.js-ci.yml b/.github/workflows/node.js-ci.yml index 84075ba..d5c5feb 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@v3 + - uses: actions/setup-node@v4 with: node-version: "16" - uses: pnpm/action-setup@v2.4.0 @@ -54,7 +54,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@v3 + - uses: actions/setup-node@v4 with: node-version: "16" - uses: pnpm/action-setup@v2.4.0