From e392d12585879325907f86f25fccc848ef3986bf Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 9 May 2023 23:37:51 +0800 Subject: [PATCH] Mention in the README that Node.js 20 is not supported due to a weird issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a67007ce..d705e150 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Uptime Kuma is now running on http://localhost:3001 ### 💪🏻 Non-Docker Required Tools: -- [Node.js](https://nodejs.org/en/download/) >= 14 +- [Node.js](https://nodejs.org/en/download/) 14 / 16 / 18 (20 is not supported) - [npm](https://docs.npmjs.com/cli/) >= 7 - [Git](https://git-scm.com/downloads) - [pm2](https://pm2.keymetrics.io/) - For running Uptime Kuma in the background