File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
10
10
fail-fast : false
11
11
matrix :
12
12
node-version :
13
+ - 18
13
14
- 16
14
15
- 14
15
- - 12
16
16
steps :
17
- - uses : actions/checkout@v2
18
- - uses : actions/setup-node@v2
17
+ - uses : actions/checkout@v3
18
+ - uses : actions/setup-node@v3
19
19
with :
20
20
node-version : ${{ matrix.node-version }}
21
21
- run : npm install
Original file line number Diff line number Diff line change 13
13
"type" : " module" ,
14
14
"exports" : " ./index.js" ,
15
15
"engines" : {
16
- "node" : " >=12.20 "
16
+ "node" : " >=14.16 "
17
17
},
18
18
"scripts" : {
19
19
"test" : " xo && ava && tsd"
33
33
" module"
34
34
],
35
35
"dependencies" : {
36
- "package-json" : " ^7.0 .0"
36
+ "package-json" : " ^8.1 .0"
37
37
},
38
38
"devDependencies" : {
39
- "ava" : " ^3.15 .0" ,
40
- "semver" : " ^7.3.5 " ,
41
- "semver-regex" : " ^4.0.0 " ,
42
- "tsd" : " ^0.17 .0" ,
43
- "typescript" : " ^4.3.5 " ,
44
- "xo" : " ^0.42 .0"
39
+ "ava" : " ^4.3 .0" ,
40
+ "semver" : " ^7.3.7 " ,
41
+ "semver-regex" : " ^4.0.5 " ,
42
+ "tsd" : " ^0.21 .0" ,
43
+ "typescript" : " ^4.7.4 " ,
44
+ "xo" : " ^0.50 .0"
45
45
}
46
46
}
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Fetches the version directly from the registry instead of depending on the massi
6
6
7
7
## Install
8
8
9
- ```
10
- $ npm install latest-version
9
+ ``` sh
10
+ npm install latest-version
11
11
```
12
12
13
13
## Usage
You can’t perform that action at this time.
0 commit comments