chore: update actions/setup-node action to v4

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-23 17:34:56 +00:00 committed by Diana Lau
parent b6f88b6a2a
commit f937e63d25
1 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ jobs:
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Update NPM (Node.js v10)
@ -74,7 +74,7 @@ jobs:
with:
fetch-depth: 0
- name: Use Node.js 18
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
node-version: 18
- name: Update NPM
@ -95,7 +95,7 @@ jobs:
with:
fetch-depth: 0
- name: Use Node.js 18
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
node-version: 18
- name: Update NPM