Skip to content

Commit

Permalink
update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
f3lang committed Feb 5, 2019
1 parent cb819ed commit 548fe7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ os:
env:
- CXX=g++
node_js:
"10.0.0"
"node"
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install librsvg; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then npm install -g prebuild; fi
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ branches:
- release

environment:
nodejs_version: 10
nodejs_version: 11
global:
DOWNLOAD_DIR: _download_cache
APPVEYOR_SAVE_CACHE_ON_ERROR: true
Expand Down

0 comments on commit 548fe7a

Please sign in to comment.