Skip to content

Commit 1275c4c

Browse files
authored
chore: remove --force and update packages (#3030)
* chore: remove --force * chore: update dv with 14 * chore: update i18n * chore: update ng-bootstrap/ng-bootstrap with beta, which is expected to be 14 compatible * chore: update eslint libraries * chore: update karma & jasmine * chore: ng update @angular-eslint/schematics
1 parent 4449266 commit 1275c4c

5 files changed

Lines changed: 507 additions & 724 deletions

File tree

.github/workflows/build-app-crm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v2
3434

3535
- name: Install dependencies
36-
run: npm ci --force
36+
run: npm ci
3737

3838
- name: Run lint
3939
run: npm run lint

.github/workflows/build-app-lob.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v2
3939

4040
- name: Install dependencies
41-
run: npm ci --force
41+
run: npm ci
4242

4343
- name: Run lint
4444
run: npm run lint

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
- script: npm config set $(igScope):_auth=$(token)
1313
displayName: 'Npm config auth'
1414

15-
- script: npm ci --force
15+
- script: npm ci
1616
displayName: 'Install dependencies'
1717
env:
1818
AZURE_PIPELINES: "true"

0 commit comments

Comments
 (0)