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 1593821 commit 7e51680Copy full SHA for 7e51680
.github/workflows/nodejs.yml
@@ -27,7 +27,7 @@ jobs:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
- name: Install packages
30
- run: npm i --force # TODO: CHange back to npm ci after Angular 19 release
+ run: npm ci
31
- name: Lint Lib
32
run: npm run lint:lib
33
env:
.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 --force # TODO: CHange back to npm ci after Angular 19 release
+ - run: npm ci
22
23
- name: Build igniteui-angular
24
run: |
0 commit comments