Skip to content

Commit 0be4f88

Browse files
committed
support Node.js 26
1 parent 0793489 commit 0be4f88

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
matrix:
9999
os: [macos-latest, ubuntu-latest, windows-latest]
100100
python: ["3.10", "3.12", "3.14"]
101-
node: [20.x, 22.x, 24.x]
101+
node: [20.x, 22.x, 24.x, 26.x]
102102
include:
103103
- os: macos-15-intel # macOS on Intel
104104
python: "3.14"

lib/download.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const { Readable } = require('stream')
2-
const { Agent, EnvHttpProxyAgent, RetryAgent } = require('undici')
2+
const { Agent, EnvHttpProxyAgent, RetryAgent, fetch } = require('undici')
33
const { promises: fs } = require('graceful-fs')
44
const log = require('./log')
55

0 commit comments

Comments
 (0)