Merge pull request #106 from JonasKruckenberg/renovate/actions-setup-node-3.x

This commit is contained in:
Jonas Kruckenberg 2022-07-15 07:48:32 +02:00 committed by GitHub
commit 75a0fc780e
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.4.0 - uses: actions/setup-node@v3.4.1
with: with:
node-version: '16.x' node-version: '16.x'
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'