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

This commit is contained in:
renovate[bot] 2025-04-14 03:24:42 +00:00 committed by GitHub
parent 0cc18d6031
commit 21b66d6047
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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@v4.0.1 - uses: actions/setup-node@v4.4.0
with: with:
node-version: 20 node-version: 20
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'