From 0610ff76d3b13e6dcca8f540246c545ff883cd95 Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 15 May 2026 09:57:44 +0100 Subject: [PATCH] ci: run tests on Node 26 --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 61952246c..d8ea3e761 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -48,7 +48,7 @@ jobs: name: Execution Tests Ubuntu strategy: matrix: - node: [24, 22] + node: [26, 24, 22] ts: [5.0.4, 5.1.3, 5.2.2, 5.3.3, 5.4.2, 5.5.3, 5.6.2, 5.7.2, 5.8.2, 5.9.2, 6.0.2] # next excluded for now runs-on: ubuntu-latest steps: @@ -75,7 +75,7 @@ jobs: name: Execution Tests Windows strategy: matrix: - node: [24, 22] + node: [26, 24, 22] ts: [5.0.4, 5.1.3, 5.2.2, 5.3.3, 5.4.2, 5.5.3, 5.6.2, 5.7.2, 5.8.2, 5.9.2, 6.0.2] # next excluded for now runs-on: windows-latest steps: