mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
docs: remove outdated Node versions from readme (#2955)
Refs: https://github.com/nodejs/node-gyp/issues/2953
This commit is contained in:
parent
cff9ac2c30
commit
ae8478ec32
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue