Skip to content

[Bounty: $80] Align Node.js version claims across README, runtime-requirements docs, package engines, and CI #453

Description

Context
Node version claims disagree across the repo. package.json declares engines.node >= 20.0.0; .github/workflows/ci.yml runs the test matrix on Node 20, 22, and 24; the README "Requirements & Compatibility" section says CI runs against Node 20 and 22; and docs/runtime-requirements.md claims a minimum of Node.js 18 (LTS) and "Tested: Node.js 18, 20, 22, 24". tests/ci-matrix-node24.test.ts pins parts of this, so the drift is verifiable.

Proposed Change
Pick the supported baseline (Node >= 20 per engines) and update README.md, docs/runtime-requirements.md, and any CI/version test expectations to one consistent statement (minimum, recommended, and the CI matrix of 20/22/24).

Acceptance Criteria

  • No doc or test claims Node 18 as supported when engines require >= 20.
  • README CI-matrix wording matches .github/workflows/ci.yml.
  • docs/runtime-requirements.md and package.json engines agree.

Suggested Label (documentation)

ETA: 24 hours

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions