Skip to content

Commit a2b3427

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 4c8d11a commit a2b3427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-env/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
runs:
99
using: 'composite'
1010
steps:
11-
- uses: actions/setup-node@v3
11+
- uses: actions/setup-node@v6
1212
with:
1313
node-version: 22
1414
cache: 'npm'

0 commit comments

Comments
 (0)