Skip to content

Commit f56fdeb

Browse files
build: 📦 actions/setup-node action to v4 (#577)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f65f1f3 commit f56fdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
with:
99
fetch-depth: 0
1010
- name: Use Node.js
11-
uses: actions/setup-node@v3
11+
uses: actions/setup-node@v4
1212
with:
1313
node-version-file: '.nvmrc'
1414
cache: 'npm'

0 commit comments

Comments
 (0)