Skip to content

Commit

Permalink
ci: adding ci for nodejs 20
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sc committed Jan 17, 2024
1 parent 90bd053 commit 1998ee9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x, 20.x]
angular-version: [13.1.4, 14.0.2, 15.0.3, 16.2.1, 17.0.0]
exclude:
- node-version: 18.x
- node-version: 20.x
- angular-version: 17.0.0
include:
- angular-version: 13.1.4
Expand All @@ -35,6 +36,9 @@ jobs:
- angular-version: 17.0.0
devkit-version: 0.1700.0
node-version: 18.x
- angular-version: 17.0.0
devkit-version: 0.1700.0
node-version: 20.x

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

0 comments on commit 1998ee9

Please sign in to comment.