Skip to content

Commit 5744447

Browse files
committed
chore: add comment on node versioning difference
Signed-off-by: Akshat Patel <akshat@live.ca>
1 parent 3f1609d commit 5744447

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-build.yml

Lines changed: 2 additions & 0 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,6 +40,7 @@ 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:
4446
angular-version: [14, 15, 16, 17]

0 commit comments

Comments
 (0)