Skip to content

Commit

Permalink
Upgrade to nodejs@10
Browse files Browse the repository at this point in the history
  • Loading branch information
layerssss committed Aug 28, 2019
1 parent 68da21d commit de14e62
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8.16
v10.16
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ cache: yarn
matrix:
include:
- os: osx
node_js: 8
node_js: 10
- os: linux
node_js: 8
node_js: 10
addons:
apt:
packages:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ init:
- npm config set msvs_version 2017

install:
- ps: Install-Product node 8 x64
- ps: Install-Product node 10 x64
- yarn

build_script:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"scripts": {
"app": "electron .",
"release": "webpack && electron-builder build",
"dist": "webpack && electron-builder build",
"watch": "webpack --watch"
},
"main": "lib/app.js",
Expand Down

0 comments on commit de14e62

Please sign in to comment.