Skip to content

docs: fix contradictory Node version (>=24 -> >=22) - #2

Merged
RubenGlez merged 1 commit into
mainfrom
docs/fix-node-version
Jul 3, 2026
Merged

docs: fix contradictory Node version (>=24 -> >=22)#2
RubenGlez merged 1 commit into
mainfrom
docs/fix-node-version

Conversation

@RubenGlez

Copy link
Copy Markdown
Owner

The README Install section said "Requires Node >= 24", but package.json engines says >=22 and the Design Choices section also says ">= 22". >= 22 is the intended floor. Aligns the Install line with engines and the rest of the README.

https://claude.ai/code/session_01Be9Fxdq5NroabmT83VZuxs

The Install section claimed Node >= 24, but package.json engines and the Design Choices section both say >= 22. >= 22 is the real floor (native type-stripping is stable on 22.18+). Align the Install line.

Claude-Session: https://claude.ai/code/session_01Be9Fxdq5NroabmT83VZuxs
@RubenGlez
RubenGlez merged commit af35c6c into main Jul 3, 2026
1 check passed
@RubenGlez
RubenGlez deleted the docs/fix-node-version branch July 24, 2026 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant