removed obsolete electron version downgrade

This commit is contained in:
Eugene Pankov 2019-09-18 13:09:23 +02:00
parent d3ac784e79
commit 9b904856fa
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@ jobs:
- name: Build
shell: powershell
run: |
yarn add -D electron@6.0.7
yarn
node scripts/build-native.js
yarn run build

View File

@ -10,7 +10,6 @@ version: "{build}"
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- yarn add -D electron@6.0.7
- yarn
- node scripts/build-native.js