docs: update Node.js version requirement to 23.0.0 in documentation

This commit is contained in:
David Snelling 2025-07-04 10:27:07 -07:00
parent d1d4cbf285
commit 2fea43acd6
3 changed files with 14 additions and 10 deletions

View file

@ -4,7 +4,7 @@ The Brainy interactive demo showcases the library's features in a web browser. F
## Prerequisites
- Make sure you have Node.js installed (version 24.0.0 or higher)
- Make sure you have Node.js installed (version 23.0.0 or higher)
- Ensure the project is built (run both `npm run build` and `npm run build:browser`)
## Running the Demo