Skip to content

Commit 33f2e5e

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/integration/ng16/babel/traverse-7.23.2
2 parents eb6701c + 8e9760f commit 33f2e5e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+14825
-330
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

0 commit comments

Comments
 (0)