We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618458d commit abb5a68Copy full SHA for abb5a68
1 file changed
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: '16'
17
- name: Run ci
18
run: |
19
- npm install
+ npm install --legacy-peer-deps
20
npm run ci
21
22
- name: Upload blob report to GitHub Actions Artifacts
0 commit comments