From 08abc7faa7f328f5ef6e27d659f2078e89404fea Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Fri, 8 May 2026 14:57:47 +0200 Subject: [PATCH] chore(ci): node26 Signed-off-by: Jan Kowalleck --- .github/workflows/nodejs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 55bc0b40..50100ada 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -41,7 +41,7 @@ jobs: node-version: # action based on https://github.com/actions/node-versions/releases # see also: https://nodejs.org/en/about/releases/ - - "25" # Current + - "26" # Current - "24" # Active LTS - "22" - "20" @@ -82,7 +82,7 @@ jobs: node-version: # action based on https://github.com/actions/node-versions/releases # see also: https://nodejs.org/en/about/releases/ - - "25" # Current + - "26" # Current - "24" # Active LTS - "22" - "20" @@ -121,7 +121,7 @@ jobs: node-version: # action based on https://github.com/actions/node-versions/releases # see also: https://nodejs.org/en/about/releases/ - - "25" # Current + - "26" # Current - "24" # Active LTS - "22" pnpm-version: [ "latest" ]