Skip to content

Commit 9726838

Browse files
fix: downgrade undici to v6.x to fix File is not defined on Node.js 18
Co-authored-by: brendandburns <5751682+brendandburns@users.noreply.github.com>
1 parent 762cce9 commit 9726838

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 5 additions & 5 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
@@ -70,7 +70,7 @@
7070
"socks-proxy-agent": "^8.0.4",
7171
"stream-buffers": "^3.0.2",
7272
"tar-fs": "^3.0.9",
73-
"undici": "^7.24.0",
73+
"undici": "^6.24.1",
7474
"ws": "^8.18.2"
7575
},
7676
"devDependencies": {

0 commit comments

Comments
 (0)