Skip to content

Commit e4e597b

Browse files
committed
Add --legacy-peer-deps to npm ci
1 parent c2189b3 commit e4e597b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: 22.14.0
2222
registry-url: https://npm.pkg.github.com/
23-
- run: npm ci
23+
- run: npm ci --legacy-peer-deps
2424
env:
2525
MUSA_GITHUB_PAT: ${{ secrets.MUSA_GITHUB_PAT }}
2626
- run: npm run test

0 commit comments

Comments
 (0)