From c97d4037a6189a69ccebbc84cb5fc5c023c3f981 Mon Sep 17 00:00:00 2001 From: Francis Cao Date: Tue, 29 Aug 2023 13:02:51 -0700 Subject: [PATCH] update node.js version in readme for prisma 5.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19935ed5..02a44e1e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A detailed getting started guide can be found at [https://umami.is/docs/](https: ### Requirements -- A server with Node.js version 12 or newer +- A server with Node.js version 16.13 or newer - A database. Umami supports [MySQL](https://www.mysql.com/) and [Postgresql](https://www.postgresql.org/) databases. ### Install Yarn