We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eed9ad commit b095cedCopy full SHA for b095ced
1 file changed
.github/workflows/deploy.yml
@@ -37,7 +37,7 @@ jobs:
37
echo "Deploying to version $VERSION"
38
39
- name: Install dependencies
40
- run: npm ci
+ run: npm ci --legacy-peer-deps
41
42
- name: Build
43
run: |
0 commit comments