Conversation
| "vitest": "^4.1.8" | ||
| "@docusaurus/module-type-aliases": "^3.10.1", | ||
| "@docusaurus/types": "^3.10.1", | ||
| "vitest": "^4.1.9" |
There was a problem hiding this comment.
WARNING: Node 18 engine support no longer matches the test toolchain
vitest@4.1.9 resolves to Vitest/Vite versions that require Node 20+ (vite@8.0.16 requires ^20.19.0 || >=22.12.0 in the lockfile), while this package still advertises engines.node: >=18.0. That means environments following the declared Node 18 support can install with engine warnings or fail when running pnpm smoke:test; either keep the test stack on a Node-18-compatible version or raise the project engine requirement.
Reply with @kilocode-bot fix it to have Kilo Code address this issue.
Code Review SummaryStatus: 1 Issues Found | Recommendation: Address before merge OverviewThis PR removes several public-node endpoint rows from
Issue Details (click to expand)WARNING
Files Reviewed (3 files)
Fix these issues in Kilo Cloud Reviewed by gpt-5.5-2026-04-23 · Input: 149.8K · Output: 8.6K · Cached: 1.3M |
No description provided.