Update actions/setup-node action to v3.4.1

This commit is contained in:
renovate[bot] 2022-07-14 15:02:43 +00:00 committed by GitHub
parent b85d681dda
commit e1264c040b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.4.0
- uses: actions/setup-node@v3.4.1
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'