Skip to content

Commit a9bcd5e

Browse files
authored
ci: build undici with node.js v26 (#5237)
Signed-off-by: Shivam Sharma <meshivam81@gmail.com>
1 parent 4910410 commit a9bcd5e

3 files changed

Lines changed: 122 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ['ubuntu-latest', 'windows-latest', 'macos-latest']
6464
uses: ./.github/workflows/nodejs.yml
6565
with:
66-
codecov: ${{ (matrix.node-version == '24' || matrix.node-version == '25') && matrix.runs-on == 'ubuntu-latest' }}
66+
codecov: ${{ (matrix.node-version == '24' || matrix.node-version == '25' || matrix.node-version == '26') && matrix.runs-on == 'ubuntu-latest' }}
6767
node-version: ${{ matrix.node-version }}
6868
runs-on: ${{ matrix.runs-on }}
6969
secrets: inherit
@@ -89,7 +89,7 @@ jobs:
8989
fail-fast: false
9090
max-parallel: 0
9191
matrix:
92-
node-version: ['22', '24', '25']
92+
node-version: ['22', '24', '25', '26']
9393
runs-on: ubuntu-latest
9494
timeout-minutes: 120
9595
steps:
@@ -175,7 +175,7 @@ jobs:
175175
fail-fast: false
176176
max-parallel: 0
177177
matrix:
178-
node-version: ['22', '24', '25']
178+
node-version: ['22', '24', '25', '26']
179179
runs-on: ubuntu-latest
180180
timeout-minutes: 120
181181
steps:

package-lock.json

Lines changed: 118 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"@types/node": "^22.0.0",
117117
"abort-controller": "^3.0.0",
118118
"borp": "^1.0.0",
119-
"c8": "^11.0.0",
119+
"c8": "^12.0.0",
120120
"cross-env": "^10.0.0",
121121
"dns-packet": "^5.4.0",
122122
"esbuild": "^0.28.0",

0 commit comments

Comments
 (0)