chore: move to Node 24.21.0 - #55
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The change is a straightforward Node pin bump with no code-path impact and matches the PR description.
Review effort: Lite
Findings: None
What changed in this PR
This PR updates the repository’s pinned Node.js version to keep local/dev and CI environments aligned with the current Node 24 patch release, without changing the supported engines ranges.
Changes:
- Bump
.node-versionfrom24.19.0to24.21.0.
| File | Description |
|---|---|
.node-version |
Updates the pinned Node.js version used by developer tooling/version managers. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Problem
The repo pinned Node 24.19.0; 24.21.0 is the current Node 24 release. Dependabot does not bump
.node-version, so the pin fell behind.Solution
Bump the Node pin in
.node-versionto 24.21.0.enginesranges stay as they are.Proof
pnpm run verifypassed locally on Node 24.21.0.