Update actions/setup-node action to v3.4.1

This commit is contained in:
renovate[bot]
2022-07-14 14:49:14 +00:00
committed by GitHub
parent eb9b5dd025
commit d5f355a2bc

View File

@@ -38,7 +38,7 @@ jobs:
run: dotnet --info run: dotnet --info
- name: Setup Node.js with npm - name: Setup Node.js with npm
uses: actions/setup-node@v3.4.0 uses: actions/setup-node@v3.4.1
with: with:
check-latest: true check-latest: true
node-version: ${{ env.NODE_JS_VERSION }} node-version: ${{ env.NODE_JS_VERSION }}