Commit 4501a40
docs(readme): correct Node.js requirement — 20+, not 18+, to match engines pin (#190)
The Requirements section said "Node.js 18+ (tested on 20 and 22)"
but `package.json` declares `"engines": { "node": ">=20.0.0" }`,
the README badge already says "Node.js 20+", and the CI matrix
only tests Node 20 and 22. A contributor on Node 18 reading just
the Requirements line would `npm install` and get an engines-
mismatch warning that contradicts the docs.
One-line fix bringing the README in line with the engines pin
+ CI + badge. No other content change.
Co-authored-by: Aaron K. Clark <akclark@thenetwerk.net>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 68debc2 commit 4501a40
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments