diff --git a/.github/workflows/node.js-ci.yml b/.github/workflows/node.js-ci.yml index 9dfd0e7..548339e 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 @@ -53,7 +53,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