Skip to content

Commit eb540c2

Browse files
committed
update: nodejs 설치 오류로 setup-node 이미지 버전 업그레이드
1 parent da6a1ab commit eb540c2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/check_err.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ jobs:
1414
with:
1515
fetch-depth: 1
1616

17-
- name: Set Node.js 16.x
18-
uses: actions/setup-node@v3
17+
# - name: Set Node.js 16.x
18+
# uses: actions/setup-node@v3
19+
# with:
20+
# node-version: 18.18
21+
22+
- name: Set Node.js 18.x
23+
uses: actions/setup-node@v4
1924
with:
20-
node-version: 18.18
25+
node-version: 18.18
2126

2227
- name: Setup yarn
2328
run: npm install -g yarn

0 commit comments

Comments
 (0)