feat(github-action): update actions/setup-node (v4.1.0 → v4.2.0) (#328)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-01-29 14:30:31 +02:00
committed by GitHub
parent 9a86753eae
commit 126fa1589d
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Setup Node.js Environment - name: Setup Node.js Environment
uses: actions/setup-node@v4.1.0 uses: actions/setup-node@v4.2.0
with: with:
always-auth: true always-auth: true
node-version-file: '.nvmrc' node-version-file: '.nvmrc'

View File

@@ -22,7 +22,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Setup Node.js Environment - name: Setup Node.js Environment
uses: actions/setup-node@v4.1.0 uses: actions/setup-node@v4.2.0
with: with:
always-auth: true always-auth: true
node-version-file: '.nvmrc' node-version-file: '.nvmrc'

View File

@@ -21,7 +21,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Setup Node.js Environment - name: Setup Node.js Environment
uses: actions/setup-node@v4.1.0 uses: actions/setup-node@v4.2.0
with: with:
always-auth: true always-auth: true
node-version-file: '.nvmrc' node-version-file: '.nvmrc'