File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- v8 .16
1+ v10 .16
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ cache: yarn
55matrix :
66 include :
77 - os : osx
8- node_js : 8
8+ node_js : 10
99 - os : linux
10- node_js : 8
10+ node_js : 10
1111addons :
1212 apt :
1313 packages :
Original file line number Diff line number Diff line change 1212 - npm config set msvs_version 2017
1313
1414install :
15- - ps : Install-Product node 8 x64
15+ - ps : Install-Product node 10 x64
1616 - yarn
1717
1818build_script :
Original file line number Diff line number Diff line change 1313 "scripts" : {
1414 "app" : " electron ." ,
1515 "release" : " webpack && electron-builder build" ,
16+ "dist" : " webpack && electron-builder build" ,
1617 "watch" : " webpack --watch"
1718 },
1819 "main" : " lib/app.js" ,
You can’t perform that action at this time.
0 commit comments