Skip to content

Commit ae8478e

Browse files
authored
docs: remove outdated Node versions from readme (#2955)
Refs: #2953
1 parent cff9ac2 commit ae8478e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ addons.
1111

1212
Note that `node-gyp` is _not_ used to build Node.js itself.
1313

14-
Multiple target versions of Node.js are supported (i.e. `0.8`, ..., `4`, `5`, `6`,
15-
etc.), regardless of what version of Node.js is actually installed on your system
16-
(`node-gyp` downloads the necessary development files or headers for the target version).
14+
All current and LTS target versions of Node.js are supported. Depending on what version of Node.js is actually installed on your system
15+
`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).
1716

1817
## Features
1918

0 commit comments

Comments
 (0)