From 03c63704cc9c0c14abc573e655d427652ebfc679 Mon Sep 17 00:00:00 2001 From: Shivam Sharma Date: Wed, 6 May 2026 21:28:05 +0530 Subject: [PATCH] ci: build undici with node.js v26 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: