Skip to content

Commit 4501a40

Browse files
CryptoJonesAaron K. Clarkclaude
authored
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

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ node -e "require('fs').writeFileSync('/tmp/oas.json', JSON.stringify(require('./
9191

9292
## Requirements
9393

94-
- **Node.js 18+** (tested on 20 and 22)
94+
- **Node.js 20+** (matches `engines.node` in `package.json`; CI tests against 20 and 22)
9595
- **PostgreSQL 14+**
9696
- A modern Linux distribution (any currently supported LTS — Ubuntu 22.04 / 24.04, Debian 12, RHEL 9, etc.)
9797

0 commit comments

Comments
 (0)