Skip to content

Commit

Permalink
CI: add Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 26, 2023
1 parent 3e8bb45 commit 29395a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [14.18, 16, 18]
node: [14.18, 16, 18, 20]
java: [17]
architecture: [x64]
include:
Expand Down

0 comments on commit 29395a8

Please sign in to comment.