Skip to content

Commit 640e4c6

Browse files
committed
ci: use legacy peer deps to resolve npm-multiple plugin conflicts
1 parent b44817b commit 640e4c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
${{ runner.os }}-test-
6262
6363
- name: Install dependencies
64-
run: npm ci
64+
run: npm ci --legacy-peer-deps
6565

6666
# Auto-fix linting issues (only on push to main)
6767
- name: Check for fixable linting issues
@@ -191,7 +191,7 @@ jobs:
191191
registry-url: 'https://registry.npmjs.org'
192192

193193
- name: Install dependencies
194-
run: npm ci
194+
run: npm ci --legacy-peer-deps
195195

196196
- name: Download coverage artifacts
197197
uses: actions/download-artifact@v4
@@ -446,7 +446,7 @@ jobs:
446446
cache: 'npm'
447447

448448
- name: Install dependencies
449-
run: npm ci
449+
run: npm ci --legacy-peer-deps
450450

451451
- name: Build project
452452
run: npm run build

0 commit comments

Comments
 (0)