Skip to content

Commit 9e31ad3

Browse files
committed
feat: Upgrade java to ^0.18 (support Node.js 24)
1 parent 75c8f32 commit 9e31ad3

4 files changed

Lines changed: 242 additions & 178 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
node_version:
13-
- 18
1413
- 20
14+
- 22
15+
- 24
1516
distribution:
1617
- oracle
1718
- temurin

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
17-
- name: Use Node.js 20.x
17+
- name: Use Node.js 24.x
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 20.x
20+
node-version: 24.x
2121
- name: Yarn install
2222
uses: borales/actions-yarn@v4
2323
with:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"dependencies": {
77
"async": "^3.2.6",
8-
"java": "^0.14",
8+
"java": "^0.18",
99
"lodash": "^4.17.21",
1010
"uuid": "^11.1.0",
1111
"winston": "^3.17.0"
@@ -36,7 +36,7 @@
3636
"wrapper"
3737
],
3838
"engines": {
39-
"node": ">=16"
39+
"node": ">=20"
4040
},
4141
"author": "Jason Ozias <jason.g.ozias@gmail.com>",
4242
"license": "MIT",

0 commit comments

Comments
 (0)