Skip to content

Commit a826a88

Browse files
committed
Add --legacy-peer-deps to GH Actions CI workflows
1 parent 64d074c commit a826a88

3 files changed

Lines changed: 12 additions & 49 deletions

File tree

‎.github/workflows/build-and-test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: 'npm'
2323

2424
- name: Install dependencies
25-
run: npm ci
25+
run: npm ci --legacy-peer-deps
2626

2727
- name: Run TypeScript check
2828
run: npm run check

‎.github/workflows/type-check.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: 'npm'
2323

2424
- name: Install dependencies
25-
run: npm ci
25+
run: npm ci --legacy-peer-deps
2626

2727
- name: Run TypeScript check
2828
run: npm run check

‎package-lock.json‎

Lines changed: 10 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)