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 0fd5df3 commit a55416dCopy full SHA for a55416d
.github/workflows/ci.yml
@@ -30,10 +30,10 @@ jobs:
30
cache: 'npm'
31
32
# Step 3: Install dependencies & tests
33
- - name: Install Dependency & Test
+ - name: Install Dependency
34
working-directory: ./
35
run: |
36
- npm install
+ npm install --legacy-peer-deps
37
38
# Step 3: Unit and Intergation Tests
39
- name: Tests
0 commit comments