Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
use Node 10 on CI for testing and packaging
  • Loading branch information
shiftkey committed Jul 9, 2018
1 parent f2d481f commit da73b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ dist: trusty
os:
- linux
- osx
node_js: 9
node_js: 10

env:
- CC=clang CXX=clang++ npm_config_clang=1
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -14,7 +14,7 @@ branches:
clone_depth: 10

install:
- ps: Install-Product node 9 x64
- ps: Install-Product node 10 x64
- npm install

build_script:
Expand Down

0 comments on commit da73b19

Please sign in to comment.