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.
1 parent 4b888e5 commit e64b652Copy full SHA for e64b652
.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