Skip to content

Commit

Permalink
upfated node version for build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishkalkashyap committed Sep 29, 2019
1 parent 58a0584 commit 56de2df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,17 @@ matrix:
include:
- os: linux
# node_js: lts/*
node_js: 12.4.0
# node_js: 12.4.0
node_js: node
env:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
compiler: clang
- os: osx
osx_image: xcode10.2
# node_js: lts/*
node_js: 12.4.0
# node_js: 12.4.0
node_js: node
env:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ install:
- cmd: appveyor-tools\secure-file -decrypt ./dev-assets/code-sign.p12.enc -secret %ENCRYPT_FILE_KEY%
- cmd: appveyor-tools\secure-file -decrypt ./dev-assets/prod.env.enc -secret %ENCRYPT_FILE_KEY%

- ps: Install-Product node 12.4.0 x64
- ps: Install-Product node 12 x64
# - ps: Install-Product node 12.4.0 x64
# - ps: Install-Product node 10 x64
# - ps: Install-Product node ''
# - ps: Install-Product node 10.15.3 x64
Expand Down

0 comments on commit 56de2df

Please sign in to comment.