Skip to content

Commit 78b9653

Browse files
author
Minseo Kim
committed
Fix CI install
1 parent fbaca4a commit 78b9653

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cache: "npm"
2929

3030
- name: Install dependencies
31-
run: npm ci
31+
run: npm ci --legacy-peer-deps
3232

3333
- name: Build
3434
run: npm run build

0 commit comments

Comments
 (0)