We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220676e commit 1567f1cCopy full SHA for 1567f1c
1 file changed
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Install dependencies with npm (fallback)
37
if: steps.yarn_install.outcome == 'failure'
38
- run: npm install
+ run: npm install --legacy-peer-deps
39
40
- name: Build with Yarn
41
id: yarn_build
0 commit comments