chore: upgrade electron => 4.2.8 (#995)

Summary:
- 10.11.0 the bundled Node.js version in electron
- Chromium version number 69.0.3497.128

BREAKING CHANGES:
- require minimum MacOs version 10.10 Yosemite
This commit is contained in:
Róbert Kiss
2019-07-28 20:41:11 +02:00
committed by László Monda
parent 1134c1d16e
commit 0015e6deb3
5 changed files with 18 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ environment:
secure: 3IebpEKmC39codi1wT6dXx8mql4/mCL1JzZ7lir7GQ5MWRnCxlED2OXbiKHHigDV
CSC_LINK: c:\projects\uhk-agent\scripts\certs\windows-cert.p12
matrix:
- nodejs_version: "10.2.1"
- nodejs_version: "10.11.0"
cache:
- node_modules -> package.json
@@ -24,7 +24,6 @@ install:
- choco install chromium
- set CI=true
- set PATH=%APPDATA%\npm;%PATH%
- npm install -g npm@6.4.0
- node -v
- npm -v
- appveyor-retry npm install