Skip to content

Commit 37f421d

Browse files
committed
CI: add Node.js 24
1 parent 4de174e commit 37f421d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]
44

55
env:
66
FORCE_COLOR: 2
7-
NODE: 22 # The Node.js version to run lint on
7+
NODE: 24 # The Node.js version to run lint on
88

99
jobs:
1010
run:

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]
44

55
env:
66
FORCE_COLOR: 2
7-
NODE_COV: 22 # The Node.js version to run coveralls on
7+
NODE_COV: 24 # The Node.js version to run coveralls on
88

99
jobs:
1010
test:
@@ -15,17 +15,17 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest]
18-
node: [18, 20, 22]
19-
java: [17]
18+
node: [18, 20, 22, 24]
19+
java: [25]
2020
architecture: [x64]
2121
include:
2222
- os: macos-latest
23-
node: 22
24-
java: 17
23+
node: 24
24+
java: 25
2525
architecture: x64
2626
- os: windows-latest
27-
node: 22
28-
java: 17
27+
node: 24
28+
java: 25
2929
architecture: x64
3030
- os: windows-latest
3131
node: 22

0 commit comments

Comments
 (0)