diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0fe7afbde2..9bf36c2381c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: 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 @@ -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: