File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
strategy :
12
12
matrix :
13
- node-version : [8.x, 10.x, 12.x]
13
+ node-version : [10.x, 12.x]
14
14
steps :
15
15
- name : Use Node.js ${{ matrix.node-version }}
16
16
uses : actions/setup-node@v1
Original file line number Diff line number Diff line change 7
7
"license" : " MIT" ,
8
8
"main" : " dist/index.js" ,
9
9
"types" : " dist/index.d.ts" ,
10
+ "engines" : {
11
+ "node" : " >=10.3.0"
12
+ },
10
13
"bin" : {
11
14
"cordova-res" : " ./bin/cordova-res"
12
15
},
55
58
"@types/elementtree" : " ^0.1.0" ,
56
59
"@types/fs-extra" : " ^8.0.0" ,
57
60
"@types/jest" : " ^24.0.12" ,
58
- "@types/node" : " ~8. 10.56 " ,
61
+ "@types/node" : " ~10.17.13 " ,
59
62
"@types/sharp" : " ^0.24.0" ,
60
63
"husky" : " ^4.0.9" ,
61
64
"jest" : " ^23.6.0" ,
Original file line number Diff line number Diff line change 11
11
"outDir" : " ./dist" ,
12
12
"pretty" : true ,
13
13
"strict" : true ,
14
- "target" : " es2017 " ,
14
+ "target" : " es2019 " ,
15
15
"lib" : [
16
- " es2017 "
16
+ " es2019 "
17
17
]
18
18
},
19
19
"include" : [
You can’t perform that action at this time.
0 commit comments