Skip to content

Commit 92693d4

Browse files
committed
CI: add Node.js 22
1 parent 2a3dab2 commit 92693d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 20 # The Node.js version to run lint on
7+
NODE: 22 # The Node.js version to run lint on
88

99
jobs:
1010
run:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest]
18-
node: [14.18, 16, 18, 20]
18+
node: [14.18, 16, 18, 20, 22]
1919
java: [17]
2020
architecture: [x64]
2121
include:

0 commit comments

Comments
 (0)