Skip to content

Commit 4e05553

Browse files
committed
ci: add angular 18 to app-build job
Signed-off-by: Akshat Patel <[email protected]>
1 parent 4bfbe55 commit 4e05553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# We use Node v20 for building since it is current lts. Node v16 is no longer supported in Angular 17.
4444
strategy:
4545
matrix:
46-
angular-version: [14, 15, 16, 17]
46+
angular-version: [14, 15, 16, 17, 18]
4747
node-version: [20.x]
4848

4949
steps:

0 commit comments

Comments
 (0)