Skip to content

Commit ef8da19

Browse files
committed
ci: Update "current" Node.js from 23 to 24
1 parent 274944e commit ef8da19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test_web.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
node_version: ["22", "23"]
38+
node_version: ["22", "24"]
3939
os: [ubuntu-24.04, windows-latest]
4040

4141
steps:
@@ -197,7 +197,7 @@ jobs:
197197
runs-on: ${{ matrix.os }}
198198
strategy:
199199
matrix:
200-
node_version: ["22", "23"]
200+
node_version: ["22", "24"]
201201
os: [ubuntu-24.04, windows-latest]
202202

203203
steps:

web/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ should work. Additionally, headless JREs should also work.
5757

5858
Follow the instructions to [install Node.js](https://nodejs.org/) on your machine.
5959

60-
We recommend using the currently active LTS 22, but we do also run tests with current Node.js 23.
60+
We recommend using the currently active LTS 22, but we do also run tests with current Node.js 24.
6161

6262
Note that npm 7 or newer is required. It should come bundled with Node.js 15 or newer, but can be upgraded with older Node.js versions using `npm install -g npm` as root/Administrator.
6363

0 commit comments

Comments
 (0)