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: