diff --git a/.github/workflows/test_web.yml b/.github/workflows/test_web.yml index a52608674faf0..21e3667a43e06 100644 --- a/.github/workflows/test_web.yml +++ b/.github/workflows/test_web.yml @@ -35,7 +35,7 @@ jobs: strategy: fail-fast: false matrix: - node_version: ["24", "25"] + node_version: ["24", "26"] os: [ubuntu-24.04, windows-2025] steps: @@ -197,7 +197,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node_version: ["24", "25"] + node_version: ["24", "26"] os: [ubuntu-24.04, windows-2025] steps: diff --git a/web/README.md b/web/README.md index db0697c78f1b3..3c7f3ad32780d 100644 --- a/web/README.md +++ b/web/README.md @@ -57,7 +57,7 @@ should work. Additionally, headless JREs should also work. Follow the instructions to [install Node.js](https://nodejs.org/) on your machine. -We recommend using the currently active LTS 24, but we do also run tests with current Node.js 25. +We recommend using the currently active LTS 24, but we do also run tests with current Node.js 26. 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.