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.
2 parents a27f60e + e64b652 commit c6cc45dCopy full SHA for c6cc45d
.github/workflows/tests.yml
@@ -13,6 +13,6 @@ jobs:
13
with:
14
node-version: 16.0
15
- name: Install dependencies
16
- run: npm install
+ run: npm install --legacy-peer-deps
17
- name: Test
18
run: npm test -- --watch=false --browsers=ChromeHeadless
0 commit comments