Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -98,7 +98,7 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python: ["3.10", "3.12", "3.14"]
node: [20.x, 22.x, 24.x]
node: [20.x, 22.x, 24.x, 26.x]
include:
- os: macos-15-intel # macOS on Intel
python: "3.14"
Expand Down
2 changes: 1 addition & 1 deletion lib/download.js
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
const { Readable } = require('stream')
const { Agent, EnvHttpProxyAgent, RetryAgent } = require('undici')
const { Agent, EnvHttpProxyAgent, RetryAgent, fetch } = require('undici')
const { promises: fs } = require('graceful-fs')
const log = require('./log')

Expand Down
Loading