Skip to content

Commit 7ac6ed4

Browse files
author
Sergey Shorokhov
committed
add --legacy-peer-deps for npm install
1 parent 8e474c0 commit 7ac6ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
cache: npm
2222

2323
- name: Install dependencies
24-
run: npm ci
24+
run: npm ci --legacy-peer-deps
2525
- name: Test build website
2626
run: npm run build

0 commit comments

Comments
 (0)