File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99 strategy :
1010 matrix :
11- node-version : [8 .x, 10 .x, 12 .x]
11+ node-version : [10 .x, 12 .x, 13 .x]
1212
1313 steps :
1414 - uses : actions/checkout@v1
Original file line number Diff line number Diff line change 77 "bin" : " dist/cli.js" ,
88 "types" : " dist/index.d.ts" ,
99 "scripts" : {
10- "build" : " typebundle \" src/{cli,index}.ts\" --output dist --target 8 --compress" ,
10+ "build" : " typebundle \" src/{cli,index}.ts\" --output dist --target 10 --compress" ,
1111 "build-toc" : " doctoc README.md --github" ,
1212 "git-pre-commit" : " precise-commits" ,
1313 "prerelease" : " npm run build" ,
1414 "release" : " np --no-yarn" ,
1515 "test" : " mocha" ,
16- "watch" : " typebundle \" src/{cli,index}.ts\" --output dist --target 8 --watch"
16+ "watch" : " typebundle \" src/{cli,index}.ts\" --output dist --target 10 --watch"
1717 },
1818 "repository" : {
1919 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments