Update actions/setup-node action to v3.2.0

This commit is contained in:
Renovate Bot 2022-05-16 11:11:08 +00:00
parent 8c1c90eb65
commit 68e8aba76f
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

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