From a0e4fc9fa0c5afdaf1c28bdb89933cf76df03f7c Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Sat, 6 Apr 2024 17:57:48 +0200 Subject: [PATCH] chore: update intall v5.x docs --- website/versioned_docs/version-5.x/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-5.x/install.md b/website/versioned_docs/version-5.x/install.md index 5e58e0f1b..21ee280af 100644 --- a/website/versioned_docs/version-5.x/install.md +++ b/website/versioned_docs/version-5.x/install.md @@ -7,7 +7,7 @@ Verdaccio is a Node.js private and proxy registry. To install it, you need a few ## Prerequisites {#prerequisites} -1. **Node.js** `v12` or higher. +1. **Node.js** `v14` or higher. 2. Your favorite Node Package Manager `npm`, `pnpm` or `yarn` (classic and berry).