Skip to content

Commit 7e51680

Browse files
committed
chore(*): removing not needed workaround
1 parent 1593821 commit 7e51680

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
- name: Install packages
30-
run: npm i --force # TODO: CHange back to npm ci after Angular 19 release
30+
run: npm ci
3131
- name: Lint Lib
3232
run: npm run lint:lib
3333
env:

.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 --force # TODO: CHange back to npm ci after Angular 19 release
21+
- run: npm ci
2222

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

0 commit comments

Comments
 (0)