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