File tree 2 files changed +13
-7
lines changed
2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,11 @@ jobs:
10
10
fail-fast : false
11
11
matrix :
12
12
node-version :
13
+ - 18
13
14
- 16
14
15
steps :
15
- - uses : actions/checkout@v2
16
- - uses : actions/setup-node@v2
16
+ - uses : actions/checkout@v3
17
+ - uses : actions/setup-node@v3
17
18
with :
18
19
node-version : ${{ matrix.node-version }}
19
20
- run : npm install
Original file line number Diff line number Diff line change 12
12
},
13
13
"type" : " module" ,
14
14
"exports" : " ./index.js" ,
15
+ "types" : " ./index.d.ts" ,
15
16
"engines" : {
16
- "node" : " ^12.20.0 || ^14.13.1 || >=16.0.0 "
17
+ "node" : " >=14.16 "
17
18
},
18
19
"scripts" : {
19
20
"test" : " xo && ava && tsd"
30
31
" value" ,
31
32
" values" ,
32
33
" iterate" ,
33
- " iterator"
34
+ " iterator" ,
35
+ " include" ,
36
+ " exclude" ,
37
+ " pick" ,
38
+ " omit"
34
39
],
35
40
"devDependencies" : {
36
- "ava" : " ^4.3.0 " ,
37
- "tsd" : " ^0.20 .0" ,
38
- "xo" : " ^0.49 .0"
41
+ "ava" : " ^4.3.1 " ,
42
+ "tsd" : " ^0.22 .0" ,
43
+ "xo" : " ^0.51 .0"
39
44
}
40
45
}
You can’t perform that action at this time.
0 commit comments