Skip to content

Commit

Permalink
feat(deps): Angular 15, ngx-bootstrap 10 (azerothcore#2054)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi authored Dec 25, 2022
1 parent b5eab9a commit 67f177b
Show file tree
Hide file tree
Showing 16 changed files with 16,188 additions and 12,132 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
${{ runner.OS }}-node-
${{ runner.OS }}-
- name: Install dependencies
run: npm ci
run: npm ci --legacy-peer-deps
- name: electron:linux:ci
run: npm run electron:linux:ci
3 changes: 2 additions & 1 deletion .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
${{ runner.OS }}-node-
${{ runner.OS }}-
- name: Install dependencies
run: npm ci
run: npm ci --legacy-peer-deps

- name: electron:mac:ci
run: npm run electron:mac:ci
3 changes: 2 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
${{ runner.OS }}-node-
${{ runner.OS }}-
- name: Install dependencies
run: npm ci
run: npm ci --legacy-peer-deps

- name: electron:windows
run: npm run electron:windows
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
${{ runner.OS }}-node-
${{ runner.OS }}-
- name: Install dependencies
run: npm ci
run: npm ci --legacy-peer-deps

- name: Lint
run: npm run lint
- name: Unit and Integration tests
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
${{ runner.OS }}-node-
${{ runner.OS }}-
- name: Install dependencies
run: npm ci
run: npm ci --legacy-peer-deps

- name: Lint
run: npm run lint
- name: Unit and Integration tests
Expand Down
3 changes: 1 addition & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@
"test": {
"builder": "@angular-builders/custom-webpack:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills-test.ts",
"polyfills": ["zone.js", "zone.js/testing"],
"tsConfig": "src/tsconfig.spec.json",
"karmaConfig": "src/karma.conf.js",
"codeCoverage": true,
Expand Down
Loading

0 comments on commit 67f177b

Please sign in to comment.