From e28ec6ec014847590fdfd9a70c05ed63579f0863 Mon Sep 17 00:00:00 2001 From: Justin Ellingwood Date: Wed, 13 Nov 2024 17:43:26 +0000 Subject: [PATCH] docs: Update npm package README.md to put minimum version to v18 (no-changelog) (#11726) --- 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 526f463167..0235c694da 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