chore(deps): update actions/setup-node action (v6.0.0 → v6.1.0) (#436)

This commit is contained in:
renovate[bot]
2025-12-05 16:55:05 +02:00
committed by GitHub
parent 4dc6db66c2
commit 58b803734d
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ jobs:
fetch-depth: 0
- name: Setup Node.js Environment
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
always-auth: true
node-version-file: ".nvmrc"

View File

@@ -42,7 +42,7 @@ jobs:
fetch-depth: 0
- name: Setup Node.js Environment
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version-file: ".nvmrc"
registry-url: "https://registry.npmjs.org"