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 ed003d1 commit 9687dd7Copy full SHA for 9687dd7
.github/workflows/main.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: install
44
if: steps.node_modules_cache_id.outputs.cache-hit != 'true'
45
- run: npm ci
+ run: npm ci --legacy-peer-deps
46
47
lint:
48
runs-on: ubuntu-latest
0 commit comments