We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 571f7f9 + 894dcb9 commit 0e2d769Copy full SHA for 0e2d769
1 file changed
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: 20 # ✅ Node.js 버전을 20으로 업그레이드
21
22
- name: Install Dependencies
23
- run: npm ci # ✅ npm ci로 의존성 설치
+ run: npm install
24
25
- name: Build Project
26
run: |
0 commit comments