File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,14 @@ branches:
88
99skip_non_tags : true
1010
11+ image : Visual Studio 2017
12+
1113init :
1214 - ps : $env:commit = $env:appveyor_repo_commit.SubString(0,8)
1315
1416install :
1517 - ps : Install-Product node $env:NODE_VERSION
16- - ps : npm config set msvs_version 2015
18+ - ps : npm config set msvs_version 2017
1719
1820 # Extract the codesigning certs, encrypted private ssh key
1921 - ps : |
Original file line number Diff line number Diff line change 1313 "dependencies" : {
1414 "@bengotow/slate-edit-list" : " github:bengotow/slate-edit-list#b868e108" ,
1515 "@electron/remote" : " ^2.0.1" ,
16- "better-sqlite3" : " ^7.1.2 " ,
16+ "better-sqlite3" : " ^7.5.0 " ,
1717 "cheerio" : " ^1.0.0-rc.6" ,
1818 "chromium-net-errors" : " 1.0.3" ,
1919 "chrono-node" : " ^1.1.2" ,
You can’t perform that action at this time.
0 commit comments