From 884e150d5d7f5d10f7e7689bf25709604ed90545 Mon Sep 17 00:00:00 2001 From: Justin Ellingwood Date: Wed, 13 Nov 2024 17:16:45 +0000 Subject: [PATCH] Update npm package README.md with more accurate minimum version --- packages/cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/README.md b/packages/cli/README.md index 526f4631676de..0235c694da9ed 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -48,7 +48,7 @@ It will download everything that is needed to start n8n. You can then access n8n by opening: [http://localhost:5678](http://localhost:5678) -**Note:** The minimum required version for Node.js is v14.15. Make sure to update Node.js to v14.15 or above. +**Note:** The minimum required version for Node.js is v18. Make sure to update Node.js to v18 or above. ### Run with Docker