Skip to content

Commit

Permalink
docs: remove outdated Node versions from readme (#2955)
Browse files Browse the repository at this point in the history
Refs: #2953
  • Loading branch information
shnooshnoo authored Dec 25, 2023
1 parent cff9ac2 commit ae8478e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ae8478e

Please sign in to comment.