You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Problem
CONTRIBUTING.mdline 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), whosestrategy.matrix.node-versionis[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:22and24(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.CONTRIBUTING.mdis changed.Scope
Text-only fix to the one stale sentence in
CONTRIBUTING.mdso it matches the currentci.ymlmatrix. Do not change.github/workflows/ci.ymlitself, 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.onewww.dropbox.comSee Network Configuration for more information.