Skip to content

Commit 76415eb

Browse files
committed
nodejs 버전이 너무 낮아 프론트 배포가 깨지는 문제 수정
1 parent fa54b5a commit 76415eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/front_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- uses: actions/setup-node@v1
4646
with:
47-
node-version: 14
47+
node-version: 18
4848

4949
- run: npm install -g yarn
5050

.github/workflows/front_deploy_on_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- uses: actions/setup-node@v1
4646
with:
47-
node-version: 14
47+
node-version: 18
4848

4949
- run: npm install -g yarn
5050

0 commit comments

Comments
 (0)