Skip to content

Commit 95fbedf

Browse files
committed
nodejs 버전 업그레이드(Dependencies 배포오류)
1 parent a28aef8 commit 95fbedf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)