Skip to content

Commit 0f9e277

Browse files
author
LamNguyen176
committed
add
1 parent 30221fd commit 0f9e277

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/actions/setup/action.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ runs:
77
- name: Setup Node.js
88
uses: actions/setup-node@v3
99
with:
10-
node-version: '22.8.0'
11-
# node-version-file: .nvmrc
10+
node-version: '20'
1211

1312
- name: Cache Yarn dependencies
1413
uses: actions/cache@v3
@@ -23,3 +22,7 @@ runs:
2322
- name: Install dependencies
2423
run: yarn install
2524
shell: bash
25+
26+
- name: Verify Node.js Version
27+
run: node -v
28+
shell: bash

0 commit comments

Comments
 (0)