We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 194d251 + 500f260 commit a1ebbb8Copy full SHA for a1ebbb8
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: "16"
18
19
- name: Install dependencies
20
- run: npm install
+ run: npm install --legacy-peer-deps
21
22
- name: Build
23
run: npm run build
0 commit comments