Skip to content

Commit 571f7f9

Browse files
authored
Merge pull request #21 from DMU-DebugVisual/inseong
nodejs 버전 업그레이드(Dependencies 배포오류)
2 parents c65f744 + 95fbedf commit 571f7f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: 18
20+
node-version: 20 # ✅ Node.js 버전을 20으로 업그레이드
2121

2222
- name: Install Dependencies
23-
run: npm ci
23+
run: npm ci # ✅ npm ci로 의존성 설치
2424

2525
- name: Build Project
2626
run: |

0 commit comments

Comments
 (0)