We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9440027 commit aa11955Copy full SHA for aa11955
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
node-version: 20
22
23
- name: Install dependencies
24
- run: npm ci
+ run: npm install --legacy-peer-deps
25
26
- name: Build and Export
27
run: |
0 commit comments