docs: remove outdated Node versions from readme (#2955)

Refs: https://github.com/nodejs/node-gyp/issues/2953
This commit is contained in:
Artur Yapparov 2023-12-25 16:07:56 +03:00 committed by GitHub
parent cff9ac2c30
commit ae8478ec32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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