Skip to content

Commit 6ecf3bf

Browse files
committed
build on Node 8
1 parent ee3a78f commit 6ecf3bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ before_install:
2525
| tar -xz -C /tmp/git-lfs --strip-components 1 && /tmp/git-lfs/git-lfs pull
2626
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils bsdtar ruby-dev build-essential; sudo gem install fpm; fi
2727
install:
28-
- nvm install 6
28+
- nvm install 8
2929
- npm install electron-builder@next
3030
- npm install
3131
- npm prune

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cache:
77
- '%USERPROFILE%\.electron'
88

99
install:
10-
- ps: Install-Product node 6 x64
10+
- ps: Install-Product node 8 x64
1111
- npm install
1212

1313
build_script:

0 commit comments

Comments
 (0)