Update actions/setup-node action to v3.6.0

This commit is contained in:
renovate[bot] 2023-01-05 15:01:45 +00:00 committed by GitHub
parent 22ee0a8b9a
commit 3a1bf24b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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