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 a55416d commit 31e48cfCopy full SHA for 31e48cf
.github/workflows/cd.yml
@@ -21,7 +21,7 @@ jobs:
21
# Step 3: Install Dependencies
22
- name: Install Dependencies
23
run: |
24
- npm install
+ npm install --legacy-peer-deps
25
26
# Step 4: Build App
27
- name: Build App
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
36
npm install --legacy-peer-deps
37
38
- # Step 3: Unit and Intergation Tests
+ # Step 4: Unit and Intergation Tests
39
- name: Tests
40
working-directory: ./
41
@@ -55,7 +55,7 @@ jobs:
55
56
# Step 2: Install dependencies
57
- name: 'Install Dependencies'
58
- run: npm install
+ run: npm install --legacy-peer-deps
59
60
# Step 3: Run linting and tests
61
- name: 'Run linter'
0 commit comments