Skip to content

Commit db78e2b

Browse files
committed
fix: downgrade undici to v7 for Node 20 compatibility
undici v8 requires Node >=22, but the CI matrix includes Node 20 which the project intentionally supports. v7 works on >=20.18.1.
1 parent 5b74c00 commit db78e2b

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
@@ -48,7 +48,7 @@
4848
"ink-gradient": "^4.0.0",
4949
"openai": "^6.35.0",
5050
"react": "^19.2.5",
51-
"undici": "^8.3.0",
51+
"undici": "^7.25.0",
5252
"zod": "^4.4.3"
5353
},
5454
"devDependencies": {

0 commit comments

Comments
 (0)