Skip to content

CONTRIBUTING.md says CI runs Node 20 and 22; ci.yml actually tests 22.x and 24.x #76

Description

@pinecone-groundskeeper

Problem

CONTRIBUTING.md line 9 states: **Node.js 20 or newer** (CI runs the suite on Node 20 and 22). This no longer matches .github/workflows/ci.yml (line 26), whose strategy.matrix.node-version is [22.x, 24.x] — Node 20 was dropped from CI and Node 24 was added, but the contributor-facing doc was never updated to match. A new contributor reading CONTRIBUTING.md gets a wrong picture of both the minimum supported Node version and which versions CI actually exercises.

Acceptance criteria

  • CONTRIBUTING.md's prerequisites line is updated to state the versions CI actually tests today: 22 and 24 (matching .github/workflows/ci.yml's current matrix), and the minimum-version claim ("Node.js N or newer") is updated to be consistent with that.
  • No other content in CONTRIBUTING.md is changed.

Scope

Text-only fix to the one stale sentence in CONTRIBUTING.md so it matches the current ci.yml matrix. Do not change .github/workflows/ci.yml itself, and do not add/remove any Node versions from the CI matrix as part of this issue — that is out of scope here.

Warning

Firewall blocked 2 domains

The following domains were blocked by the firewall during workflow execution:

  • components.one
  • www.dropbox.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "components.one"
    - "www.dropbox.com"

See Network Configuration for more information.

Generated by GitHub Maintenance Audit · sonnet50 · 87.9 AIC · ⌖ 5.66 AIC · ⊞ 7.9K · ◷

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

    agent:maintenance-auditFiled by the maintenance audit agent; it recognizes its own backlog by this labelmaintenanceIn scope for the maintenance agent

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions