Skip to content

Commit

Permalink
docs(README): change supported Node.js versions (#2887)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n authored Feb 9, 2022
1 parent 9b9ce4a commit ef258fb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Script name | Description

##### Prerequisites

- NPM >=6.12.x
- NPM >=7.x

Generally, we recommend the following guidelines from [Node.js Releases](https://nodejs.org/en/about/releases/) to only use Active LTS or Maintenance LTS releases.

Expand All @@ -75,11 +75,7 @@ Current Node.js:

Current Node.js Active LTS:
- Node.js 14.x
- NPM >=6.12.x

Current Node.js Maintenance LTS:
- Node.js >=12.4
- NPM >=6.12.x
- NPM >=7.x.x


If you have Node.js and npm installed, you can run `npm start` to spin up a static server.
Expand Down

0 comments on commit ef258fb

Please sign in to comment.