We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--legacy-peer-deps
npm install
1 parent 8e474c0 commit 7ac6ed4Copy full SHA for 7ac6ed4
.github/workflows/test-deploy.yml
@@ -21,6 +21,6 @@ jobs:
21
cache: npm
22
23
- name: Install dependencies
24
- run: npm ci
+ run: npm ci --legacy-peer-deps
25
- name: Test build website
26
run: npm run build
0 commit comments