Skip to content

Commit 894dcb9

Browse files
committed
npm ci -> npm install 로 변경
1 parent 95fbedf commit 894dcb9

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)