From 6af534ef6890221c1242187eabdd0d2348b9474f Mon Sep 17 00:00:00 2001 From: danielpeintner Date: Thu, 16 Jul 2026 14:45:49 +0200 Subject: [PATCH] Add Node.js version 26.x to CI workflow fixes https://github.com/eclipse-thingweb/node-wot/issues/1532 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d7584fc93..6d63886de 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-2022] - node-version: [22.x, 24.x] + node-version: [22.x, 24.x, 26.x] timeout-minutes: 30