From 687d797b74c1b678d67ee41262000e7646a18c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Thu, 7 May 2026 10:57:50 +0200 Subject: [PATCH] chore: Migrate to current Node.js 26 from 25 for testing --- .github/workflows/test_web.yml | 4 ++-- web/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.