From ae8478ec32d9b2fa71b591ac22cdf867ef2e9a7d Mon Sep 17 00:00:00 2001 From: Artur Yapparov Date: Mon, 25 Dec 2023 16:07:56 +0300 Subject: [PATCH] docs: remove outdated Node versions from readme (#2955) Refs: https://github.com/nodejs/node-gyp/issues/2953 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f46ee06308..a4aa6f893a 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,8 @@ addons. Note that `node-gyp` is _not_ used to build Node.js itself. -Multiple target versions of Node.js are supported (i.e. `0.8`, ..., `4`, `5`, `6`, -etc.), regardless of what version of Node.js is actually installed on your system -(`node-gyp` downloads the necessary development files or headers for the target version). +All current and LTS target versions of Node.js are supported. Depending on what version of Node.js is actually installed on your system +`node-gyp` downloads the necessary development files or headers for the target version. List of stable Node.js versions can be found on [Node.js website](https://nodejs.org/en/about/previous-releases). ## Features