chore(cli): Bump node version#6253
Conversation
There was a problem hiding this comment.
1 issue found across 1 file
Confidence score: 4/5
- This PR looks safe to merge overall; the reported issue is low-to-moderate severity and doesn’t indicate a runtime regression in application logic.
- In
packages/cli/package.json,engines.nodeis pinned to>=22.22.2, which may unnecessarily block compatible Node 22 environments and create avoidable install/use friction for users. - Pay close attention to
packages/cli/package.json- relax the Node engine constraint (for example to>=22or>=22.0.0) to prevent overly strict version gating.
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1bf302aa40
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| # New tmp image | ||
| # ------------------ | ||
| FROM node:22.21.1-bookworm-slim AS build | ||
| FROM node:22.22.2-bookworm-slim AS build |
There was a problem hiding this comment.
We don't have to update the services, even though it might be nice to keep the node version in sync.
It is only a minor version but let's make sure this doesn't bring any regression by running in staging for a bit.
No description provided.