Skip to content

Commit cc23472

Browse files
ilonzsZsolt Ilonczaiitsdevdom
authored
feat(*): Upgrade to Angular 15 (#255)
- Upgrade to Angular 15 - Upgrade dependencies and configs BREAKING CHANGE: The upgrade to Angular 15 breaks compatibility with Angular 14. --------- Co-authored-by: Zsolt Ilonczai <[email protected]> Co-authored-by: Dominique Müller <[email protected]>
1 parent b60689b commit cc23472

File tree

8 files changed

+6253
-6042
lines changed

8 files changed

+6253
-6042
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup NodeJS
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: 14.15.x
19+
node-version: 16.20.x
2020
- name: Install dependencies
2121
run: npm ci
2222
- name: Build library
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup NodeJS
3535
uses: actions/setup-node@v2
3636
with:
37-
node-version: 14.15.x
37+
node-version: 16.20.x
3838
- name: Install dependencies
3939
run: npm ci
4040
- name: Lint library
@@ -50,7 +50,7 @@ jobs:
5050
- name: Setup NodeJS
5151
uses: actions/setup-node@v2
5252
with:
53-
node-version: 14.15.x
53+
node-version: 16.20.x
5454
- name: Install dependencies
5555
run: npm ci
5656
- name: Test library

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup NodeJS
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: 14.15.x
17+
node-version: 16.20.x
1818
registry-url: 'https://registry.npmjs.org'
1919
- name: Install dependencies
2020
run: npm ci

angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,5 @@
8585
}
8686
}
8787
}
88-
},
89-
"defaultProject": "angular-notifier"
88+
}
9089
}

0 commit comments

Comments
 (0)