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 b44817b commit 640e4c6Copy full SHA for 640e4c6
.github/workflows/main.yml
@@ -61,7 +61,7 @@ jobs:
61
${{ runner.os }}-test-
62
63
- name: Install dependencies
64
- run: npm ci
+ run: npm ci --legacy-peer-deps
65
66
# Auto-fix linting issues (only on push to main)
67
- name: Check for fixable linting issues
@@ -191,7 +191,7 @@ jobs:
191
registry-url: 'https://registry.npmjs.org'
192
193
194
195
196
- name: Download coverage artifacts
197
uses: actions/download-artifact@v4
@@ -446,7 +446,7 @@ jobs:
446
cache: 'npm'
447
448
449
450
451
- name: Build project
452
run: npm run build
0 commit comments