Skip to content

Commit 61ad473

Browse files
committed
drop support for node EOL node 18
1 parent 64dc1a7 commit 61ad473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
nodeVersion: [ 18, 20, 22 ]
12+
nodeVersion: [ 20, 22 ]
1313
jdkVersion: [ openjdk9, openjdk10, openjdk11, openjdk21 ]
1414
steps:
1515
- name: Checkout source code

0 commit comments

Comments
 (0)