Update README with Node.js 20 LTS recommendation

Add a recommendation for Node.js 20 LTS in the requirements section
to help users choose the optimal Node.js version for production use.
This commit is contained in:
Yann MAHE 2025-12-18 17:30:35 -05:00
parent 22325ee4a1
commit d52c01bade

View file

@ -35,7 +35,7 @@ A detailed getting started guide can be found at [umami.is/docs](https://umami.i
### Requirements
- A server with Node.js version 18.18 or newer
- A server with Node.js version 18.18 or newer (Node.js 20 LTS recommended)
- A database. Umami supports [PostgreSQL](https://www.postgresql.org/) (minimum v12.14) databases.
### Get the Source Code and Install Packages