From d52c01badeec101bdb6147f6b8e412f98c18ea7d Mon Sep 17 00:00:00 2001 From: Yann MAHE Date: Thu, 18 Dec 2025 17:30:35 -0500 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08648c0a..96fdcfb1 100644 --- a/README.md +++ b/README.md @@ -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