Skip to content

Commit

Permalink
feat: run tests with angular v19 with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboue committed Nov 20, 2024
1 parent 1853f10 commit 0c5e22c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
angular-version: [13.2.6, 14.0.2, 15.0.3, 16.2.1, 17.0.0, 18.0.0-rc.3]
angular-version: [13.2.6, 14.0.2, 15.0.3, 16.2.1, 17.0.0, 18.0.0-rc.3, 19.0.0]
exclude:
- node-version: 18.x
- node-version: 20.x
Expand All @@ -43,6 +43,9 @@ jobs:
- angular-version: 18.0.0-rc.3
devkit-version: 0.1800.0-rc.3
node-version: 20.x
- angular-version: 19.0.0
devkit-version: 0.1900.0
node-version: 20.x

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0c5e22c

Please sign in to comment.