Skip to content

Commit abc947e

Browse files
committed
ci: update add angular 17 to integration test with new lts node
Signed-off-by: Akshat Patel <akshat@live.ca>
1 parent 865fadf commit abc947e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141

4242
strategy:
4343
matrix:
44-
angular-version: [14, 15, 16]
45-
node-version: [16.x]
44+
angular-version: [14, 15, 16, 17]
45+
node-version: [20.x]
4646

4747
steps:
4848
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)