diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9e9221ea15..706208cc3d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,11 +59,11 @@ jobs: fail-fast: false max-parallel: 0 matrix: - node-version: ['22', '24', '25'] + node-version: ['22', '24', '25', '26'] runs-on: ['ubuntu-latest', 'windows-latest', 'macos-latest'] uses: ./.github/workflows/nodejs.yml with: - codecov: ${{ (matrix.node-version == '24' || matrix.node-version == '25') && matrix.runs-on == 'ubuntu-latest' }} + codecov: ${{ (matrix.node-version == '24' || matrix.node-version == '25' || matrix.node-version == '26') && matrix.runs-on == 'ubuntu-latest' }} node-version: ${{ matrix.node-version }} runs-on: ${{ matrix.runs-on }} secrets: inherit @@ -74,7 +74,7 @@ jobs: fail-fast: false max-parallel: 0 matrix: - node-version: ['22', '24', '25'] + node-version: ['22', '24', '25', '26'] runs-on: ['ubuntu-latest'] uses: ./.github/workflows/nodejs.yml with: @@ -89,7 +89,7 @@ jobs: fail-fast: false max-parallel: 0 matrix: - node-version: ['22', '24', '25'] + node-version: ['22', '24', '25', '26'] runs-on: ubuntu-latest timeout-minutes: 120 steps: @@ -175,7 +175,7 @@ jobs: fail-fast: false max-parallel: 0 matrix: - node-version: ['22', '24', '25'] + node-version: ['22', '24', '25', '26'] runs-on: ubuntu-latest timeout-minutes: 120 steps: