Skip to content

Commit 72833d4

Browse files
authored
Update npm install command to use legacy-peer-deps
1 parent 3ba8f00 commit 72833d4

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
@@ -19,7 +19,7 @@ jobs:
1919
node-version: '18'
2020

2121
- name: Install dependencies
22-
run: npm ci
22+
run: npm ci --legacy-peer-deps
2323

2424
- name: Build the app
2525
run: npm run build

0 commit comments

Comments
 (0)