Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Docs: Update the minimum Node.js version requirement (#26)
Browse files Browse the repository at this point in the history
* Update the minimum nodeJS version requirement

Also: no need to specify the /en/ in the nodejs.org URL, because the web server sets it automatically depending on the browser language.

* Remove requirements for previous versions

Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>

Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
  • Loading branch information
0uep and mdjermanovic authored Jul 6, 2021
1 parent ba21a05 commit 7b756cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ $ npm install eslint-visitor-keys

### Requirements

- [Node.js] 10.0.0 or later.
- [Node.js] `^12.22.0`, `^14.17.0`, or `>=16.0.0`


## 📖 Usage

Expand Down Expand Up @@ -102,5 +103,5 @@ Welcome. See [ESLint contribution guidelines](https://eslint.org/docs/developer-


[npm]: https://www.npmjs.com/
[Node.js]: https://nodejs.org/en/
[Node.js]: https://nodejs.org/
[ESTree]: https://github.com/estree/estree

0 comments on commit 7b756cd

Please sign in to comment.