Skip to content

Commit

Permalink
feat(*): Upgrade to Angular 15 (#255)
Browse files Browse the repository at this point in the history
- 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]>
  • Loading branch information
3 people authored Jun 5, 2023
1 parent b60689b commit cc23472
Show file tree
Hide file tree
Showing 8 changed files with 6,253 additions and 6,042 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: 14.15.x
node-version: 16.20.x
- name: Install dependencies
run: npm ci
- name: Build library
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: 14.15.x
node-version: 16.20.x
- name: Install dependencies
run: npm ci
- name: Lint library
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: 14.15.x
node-version: 16.20.x
- name: Install dependencies
run: npm ci
- name: Test library
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: 14.15.x
node-version: 16.20.x
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
Expand Down
3 changes: 1 addition & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,5 @@
}
}
}
},
"defaultProject": "angular-notifier"
}
}
Loading

0 comments on commit cc23472

Please sign in to comment.