Skip to content

Commit c6cc45d

Browse files
authored
Merge pull request #367 from 0x41head/circular-desc-fix
Bugfix: ignore peer dependencies while installing node packages during test
2 parents a27f60e + e64b652 commit c6cc45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
with:
1414
node-version: 16.0
1515
- name: Install dependencies
16-
run: npm install
16+
run: npm install --legacy-peer-deps
1717
- name: Test
1818
run: npm test -- --watch=false --browsers=ChromeHeadless

0 commit comments

Comments
 (0)