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 d59a97b commit ed003d1Copy full SHA for ed003d1
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
key: lock-${{ github.sha }}
25
26
- name: create package-lock.json
27
- run: npm i --package-lock-only --ignore-scripts
+ run: npm i --package-lock-only --ignore-scripts --legacy-peer-deps
28
29
- name: hack for singe file
30
run: |
0 commit comments