Skip to content

Commit 30221fd

Browse files
author
LamNguyen176
committed
update version node
1 parent 04503a8 commit 30221fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ runs:
77
- name: Setup Node.js
88
uses: actions/setup-node@v3
99
with:
10-
node-version-file: .nvmrc
10+
node-version: '22.8.0'
11+
# node-version-file: .nvmrc
1112

1213
- name: Cache Yarn dependencies
1314
uses: actions/cache@v3

0 commit comments

Comments
 (0)