Skip to content

Commit 0e2d769

Browse files
authored
Merge pull request #22 from DMU-DebugVisual/inseong
npm ci -> npm install 로 변경
2 parents 571f7f9 + 894dcb9 commit 0e2d769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: 20 # ✅ Node.js 버전을 20으로 업그레이드
2121

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

2525
- name: Build Project
2626
run: |

0 commit comments

Comments
 (0)