Skip to content

Commit 8e9760f

Browse files
authored
Merge pull request #2734 from Akshat55/integration-17
feat: Add angular 17 as a peer dependency
2 parents ba33d09 + fcdf335 commit 8e9760f

28 files changed

+13914
-235
lines changed

.github/workflows/check-build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111

1212
runs-on: ubuntu-latest
1313

14+
# We use Node v16 for building since CCA@v5 is using Angular 14.
1415
strategy:
1516
matrix:
1617
node-version: [16.x]
@@ -39,10 +40,11 @@ jobs:
3940

4041
runs-on: ubuntu-latest
4142

43+
# We use Node v20 for building since it is current lts. Node v16 is no longer supported in Angular 17.
4244
strategy:
4345
matrix:
44-
angular-version: [14, 15, 16]
45-
node-version: [16.x]
46+
angular-version: [14, 15, 16, 17]
47+
node-version: [20.x]
4648

4749
steps:
4850
- uses: actions/checkout@v3

integration/ng14/package-lock.json

Lines changed: 51 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)