chore(deps): update actions/setup-node action to v4

This commit is contained in:
renovate[bot] 2023-12-18 12:14:08 +00:00 committed by GitHub
parent 8ec6478600
commit 6a93b211f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ jobs:
run: |
git config --global user.name "${{ github.event.pusher.name }}"
git config --global user.email "${{ github.event.pusher.email }}"
- uses: actions/setup-node@v3.8.1
- uses: actions/setup-node@v4.0.1
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'

View File

@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18