Skip to content

Commit c4b732d

Browse files
docs: (#2308) update Node.js version requirement in README (#2318)
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 #2308 Co-authored-by: latenighthackathon <latenighthackathon@users.noreply.github.com>
1 parent fc060c5 commit c4b732d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Faust.js is a toolkit for building Next.js applications for headless WordPress s
2222

2323
## System Requirements
2424

25-
- Node.js v16.0.0 or newer (v16.8.0 when using Next.js 13 and v18.17 when using Next.js 14).
25+
- Node.js v18 or newer. npm v8 or newer.
2626
- MacOS, Windows (including WSL), and Linux are supported.
2727

2828
## Documentation

0 commit comments

Comments
 (0)