From 596fbac376540e969b2f32dc1879e1ff7d1f744d Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 15 May 2026 00:42:26 +0100 Subject: [PATCH] ci: run tests on Node 26 --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 7644dd321..4e10164aa 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -107,7 +107,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [20.x, 22.x, 24.x] + node-version: [20.x, 22.x, 24.x, 26.x] runs-on: ubuntu-22.04 steps: - name: Code checkout @@ -143,7 +143,7 @@ jobs: fail-fast: false matrix: module: ${{ fromJSON(needs.detect-modules.outputs.modules) }} - node-version: [20.x, 22.x, 24.x] + node-version: [20.x, 22.x, 24.x, 26.x] container-runtime: [docker, podman] uses: ./.github/workflows/test-template.yml with: