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:
committed by
László Monda
parent
1134c1d16e
commit
0015e6deb3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user