chore(deps): update actions/setup-node action to v3.8.1

This commit is contained in:
renovate[bot] 2023-08-17 14:40:17 +00:00 committed by Ludea
parent 4f96acbe64
commit 681567708a

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