Skip to content

Commit f24f6eb

Browse files
committed
cicd 로그 추가
1 parent f38e570 commit f24f6eb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
node-version: '20'
2121

2222
- name: Install dependencies
23-
run: npm install
23+
run: |
24+
npm install
25+
npm install --save-dev @types/node
26+
2427
2528
- name: Run build
2629
run: npm run build --verbose # 또는 프로젝트에 맞는 빌드 명령어

0 commit comments

Comments
 (0)