Skip to content
Open
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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
"inquirer": "^9.1.4",
"openai": "^4.57.0",
"punycode": "^2.3.1",
"undici": "8.4.1",

@di-sukharev di-sukharev Aug 20, 2026

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

npm ci fails in this state because package-lock.json was not updated. In addition, undici@8.4.1 requires Node >=22.19.0, while the project CI runs on Node 20. Please use a version compatible with the supported runtime, or coordinate a Node upgrade, update the lockfile, and restore green CI.

"zod": "^3.23.8"
},
"overrides": {
Expand Down
Loading