From 2f704a6445180dac5901806884d9fe4a4f9842b5 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Fri, 27 Sep 2024 06:45:27 +0200 Subject: [PATCH] chore: update install docs --- website/docs/install.md | 2 +- website/versioned_docs/version-6.x/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/install.md b/website/docs/install.md index ae24d238d..5c020acce 100644 --- a/website/docs/install.md +++ b/website/docs/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** `v16` or higher. +1. **Node.js** `v18` or higher. 2. Your favorite Node Package Manager `npm`, `pnpm` or `yarn` (classic and modern). diff --git a/website/versioned_docs/version-6.x/install.md b/website/versioned_docs/version-6.x/install.md index ac043e3c0..8f0ccdb4a 100644 --- a/website/versioned_docs/version-6.x/install.md +++ b/website/versioned_docs/version-6.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** `v14` or higher. +1. **Node.js** `v18` or higher. 2. Your favorite Node Package Manager `npm`, `pnpm` or `yarn` (classic and berry).