Skip to content

Commit a20174c

Browse files
committed
refactor: migrate from Angular v15 to v16
* Perform auto-migrations from `ng update` * Remove `CanActivate` interface implementations * Bump CI Node.js versions from v14.x to v18.x
1 parent 2769489 commit a20174c

6 files changed

Lines changed: 13919 additions & 7203 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup NodeJS LTS
1616
uses: actions/setup-node@v6
1717
with:
18-
node-version: '14.x'
18+
node-version: '18.x'
1919
- name: Setup Angular problem matchers
2020
uses: EdricChan03/angular-problem-matchers-action@v0.0.0
2121
- name: Cache node modules

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup NodeJS LTS
1616
uses: actions/setup-node@v6
1717
with:
18-
node-version: '14.x'
18+
node-version: '18.x'
1919
- name: Cache node modules
2020
uses: actions/cache@v5
2121
id: node_modules_cache

0 commit comments

Comments
 (0)