From 08a236b07efbf1b3cea06882f3271df823db1b9f 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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: