We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37979bd commit 44539aaCopy full SHA for 44539aa
.github/workflows/build-app-crm.yml
@@ -49,7 +49,7 @@ jobs:
49
run: npm config set ${{secrets.IG_SCOPE}}:_auth=${{secrets.IG_TOKEN}}
50
51
- name: Install dependencies
52
- run: npm ci
+ run: npm ci --legacy-peer-deps
53
54
- name: Run lint
55
run: npm run lint
.github/workflows/build-app-lob.yml
@@ -54,7 +54,7 @@ jobs:
56
57
58
59
60
0 commit comments