Skip to content

Commit 9df914d

Browse files
ci: updated nodejs version
1 parent fe333f1 commit 9df914d

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
@@ -10,7 +10,7 @@ runs:
1010
steps:
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 20
13+
node-version: 22
1414
cache: 'npm'
1515

1616
- name: Install Packages

0 commit comments

Comments
 (0)