File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Codecov ] ( https://img.shields.io/codecov/c/github/ehmicky/all-node-versions.svg?label=tested&logo=codecov )] ( https://codecov.io/gh/ehmicky /all-node-versions )
2
- [ ![ TypeScript] ( https://img.shields.io/badge/-typed-brightgreen ?logo=typescript&colorA=gray &logoColor=0096ff )] ( /types/main.d.ts )
3
- [ ![ Node ] ( https://img.shields.io/node/v/all-node-versions.svg ?logo=node.js&logoColor=66cc33 )] ( https://www.npmjs.com/package /all-node-versions )
4
- [ ![ Twitter] ( https://img.shields.io/badge/%E2%80%8B-twitter-brightgreen .svg?logo=twitter )] ( https://twitter.com/intent/follow?screen_name=ehmicky )
5
- [ ![ Medium] ( https://img.shields.io/badge/%E2%80%8B-medium-brightgreen .svg?logo=medium )] ( https://medium.com/@ehmicky )
1
+ [ ![ Node ] ( https://img.shields.io/badge/-Node.js-808080?logo=node.js&colorA=404040&logoColor=66cc33 )] ( https://www.npmjs.com/package /all-node-versions )
2
+ [ ![ TypeScript] ( https://img.shields.io/badge/-Typed-808080 ?logo=typescript&colorA=404040 &logoColor=0096ff )] ( /types/main.d.ts )
3
+ [ ![ Codecov ] ( https://img.shields.io/badge/-Tested%20100%25-808080 ?logo=codecov&colorA=404040 )] ( https://codecov.io/gh/ehmicky /all-node-versions )
4
+ [ ![ Twitter] ( https://img.shields.io/badge/-Twitter-808080 .svg?logo=twitter&colorA=404040 )] ( https://twitter.com/intent/follow?screen_name=ehmicky )
5
+ [ ![ Medium] ( https://img.shields.io/badge/-Medium-808080 .svg?logo=medium&colorA=404040 )] ( https://medium.com/@ehmicky )
6
6
7
7
List all available Node.js versions.
8
8
@@ -15,7 +15,8 @@ information.
15
15
npm install all-node-versions
16
16
```
17
17
18
- This package is an ES module and must be loaded using
18
+ This package works in Node.js >=14.18.0. It is an ES module and must be loaded
19
+ using
19
20
[ an ` import ` or ` import() ` statement] ( https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c ) ,
20
21
not ` require() ` .
21
22
You can’t perform that action at this time.
0 commit comments