Skip to content

Commit f1321b3

Browse files
committed
Drop Node.js 12 support
1 parent 49163de commit f1321b3

3 files changed

Lines changed: 117 additions & 116 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest]
17-
node: [12, 14, 16, 18]
17+
node: [14, 16, 18]
1818
java: [17]
1919
architecture: [x64]
2020
include:

0 commit comments

Comments
 (0)