docs: (#2308) update Node.js version requirement in README#2318
Conversation
README listed Node.js v16.0.0 as the minimum, but .nvmrc specifies v18 and all package.json engines fields require >=18. CI tests run against Node 18, 20, and 22. Node 16 has been EOL since September 2023. Update the system requirements to match the actual project configuration. Ref wpengine#2308
|
Currently, we do not support the creation of preview deployments based on changes coming from forked repositories. |
|
|
Currently, we do not support the creation of preview deployments based on changes coming from forked repositories. |
Description
The README system requirements section lists
Node.js v16.0.0as the minimum version, but the project actually requires Node.js 18+:.nvmrcspecifiesv18package.jsonengines fields require>=18Updated to
Node.js v18 or newer. npm v8 or newer.to match the actual project configuration.Related Issues
Ref #2308
Testing
Confirm the issue (before the fix)
1. Verify README says Node 16:
2. Verify actual requirement is Node 18:
Confirm the fix
3. Verify README now matches package.json: