Skip to content

Commit 70abdf4

Browse files
committed
chore(*): add --legacy-peer-deps for publish
1 parent 07d2884 commit 70abdf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: echo ${VERSION}
1919

2020
- run: echo "NG_CLI_ANALYTICS=false" >> $GITHUB_ENV
21-
- run: npm ci
21+
- run: npm ci --legacy-peer-deps
2222

2323
- name: Build igniteui-angular
2424
run: |

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ steps:
77
versionSpec: '18.x'
88
displayName: 'Install Node.js'
99

10-
- script: npm ci
10+
- script: npm ci --legacy-peer-deps
1111
displayName: 'Install dependencies'
1212
env:
1313
AZURE_PIPELINES: "true"

0 commit comments

Comments
 (0)