Browse Source

Update appveyor.yml

pull/3102/head
Ramiro Saenz 4 years ago
parent
commit
89d0560ed3
  1. 4
      appveyor.yml

4
appveyor.yml

@ -1,6 +1,6 @@
environment: environment:
matrix: matrix:
- nodejs_version: '12' - nodejs_version: '14'
pull_requests: pull_requests:
do_not_increment_build_number: true do_not_increment_build_number: true
branches: branches:
@ -19,6 +19,8 @@ install:
cd %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ cd %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\
npm install npm install
npx electron-rebuild -v 11.4.10
cache: cache:
- '%APPDATA%\npm-cache' - '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron' - '%USERPROFILE%\.electron'

Loading…
Cancel
Save