From cf31bf2bf5cf3454f39017f4f4a5434c9b385b7e Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Fri, 22 May 2026 15:01:55 -0400 Subject: [PATCH] chore: add node v26 test --- .github/workflows/ci-win.yml | 3 +++ .github/workflows/ci.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index 2417ab986..4b0ebfb23 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -22,6 +22,7 @@ jobs: - 22.x - 24.x - 25.x + - 26.x architecture: [x64, x86] os: - windows-2022 @@ -33,6 +34,8 @@ jobs: architecture: x86 - node-version: 25.x architecture: x86 + - node-version: 26.x + architecture: x86 runs-on: ${{ matrix.os }} steps: - name: Harden Runner diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5694ef0a..3813c3d62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: - 22.x - 24.x - 25.x + - 26.x os: - macos-latest - ubuntu-latest