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 07d2884 commit 70abdf4Copy full SHA for 70abdf4
.github/workflows/npm-publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: echo ${VERSION}
19
20
- run: echo "NG_CLI_ANALYTICS=false" >> $GITHUB_ENV
21
- - run: npm ci
+ - run: npm ci --legacy-peer-deps
22
23
- name: Build igniteui-angular
24
run: |
azure-pipelines.yml
@@ -7,7 +7,7 @@ steps:
7
versionSpec: '18.x'
8
displayName: 'Install Node.js'
9
10
-- script: npm ci
+- script: npm ci --legacy-peer-deps
11
displayName: 'Install dependencies'
12
env:
13
AZURE_PIPELINES: "true"
0 commit comments