Skip to content

Commit

Permalink
update ci to use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddykasp committed May 6, 2024
1 parent a224cf0 commit cd9cd9e
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 @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
java-version: [ 11 ]
node-version: [ 12.x ]
node-version: [ 20.x ]

steps:
# Checkout the repository of both elk and elkjs, place them next to each other.
Expand Down

0 comments on commit cd9cd9e

Please sign in to comment.