docs: align Node.js version claims across README, runtime docs, package engines, and CI (Closes #453) - #526
Merged
David-patrick-chuks-02 merged 2 commits intoSep 6, 2026
Conversation
…ge engines, and CI (Closes Lilly-Protocol#453)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Resolves #453 by reconciling Node.js version requirements and support claims across
README.md,docs/runtime-requirements.md,package.jsonengines, and the CI test matrix.Changes
docs/runtime-requirements.mdto state Minimum: Node.js 20 (LTS), Recommended: Node.js 22+ (LTS), and Tested: Node.js 20, 22, 24, removing stale Node 18 minimum claims that contradictedpackage.json(engines.node >= 20.0.0).README.mdCI-Supported Versions line to document automated tests running against Node.js 20, 22, and 24, matching.github/workflows/ci.yml.tests/ci-matrix-node24.test.tsasserting that docs, package engines, and CI matrix agree.Closes #453
Bounty: 0