We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbaca4a commit 78b9653Copy full SHA for 78b9653
1 file changed
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
cache: "npm"
29
30
- name: Install dependencies
31
- run: npm ci
+ run: npm ci --legacy-peer-deps
32
33
- name: Build
34
run: npm run build
0 commit comments