Skip to content

Commit

Permalink
Change node versions in ci tests
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Meister <[email protected]>
  • Loading branch information
dennismeister93 committed Nov 29, 2023
1 parent 502a387 commit e2aa6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
os: ["ubuntu-22.04"]
# TODO: eclipse-velocitas/cli/issues/141
# node_version: [lts/-1, lts/*, 20.4.0]
node_version: [lts/Iron, lts/Hydrogen]
node_version: [lts/Iron, 20.4.0]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit e2aa6f6

Please sign in to comment.