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

Commit 7b756cd

Browse files
0uepmdjermanovic
andauthored
Docs: Update the minimum Node.js version requirement (#26)
* 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 <[email protected]> Co-authored-by: Milos Djermanovic <[email protected]>
1 parent ba21a05 commit 7b756cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ $ npm install eslint-visitor-keys
1717

1818
### Requirements
1919

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

2223
## 📖 Usage
2324

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

103104

104105
[npm]: https://www.npmjs.com/
105-
[Node.js]: https://nodejs.org/en/
106+
[Node.js]: https://nodejs.org/
106107
[ESTree]: https://github.com/estree/estree

0 commit comments

Comments
 (0)