From f77932ca1eafbece16fc249a7470f760d652bd94 Mon Sep 17 00:00:00 2001 From: gfyoung Date: Thu, 7 Oct 2021 14:17:17 -0700 Subject: [PATCH] chore: Update Node support in README xref: https://github.com/npm/cli/pull/3762 PR-URL: https://github.com/npm/cli/pull/3861 Credit: @gfyoung Close: #3861 Reviewed-by: @wraithgar --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 822cdecc29294..46846fa0087b5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ ### Requirements -* [**Node.js** `v10`](https://nodejs.org/en/download/) or higher must be installed to run this program +One of the following versions of [Node.js](https://nodejs.org/en/download/) must be installed to run **`npm`**: + +* `12.x.x` >= `12.13.0` +* `14.x.x` >= `14.15.0` +* `16.0.0` or higher ### Installation