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

Commit

Permalink
bump CI providers to Node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Apr 24, 2019
1 parent bcbf752 commit cd2abb1
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: 10
node_js: 12

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 10 x64
- ps: Install-Product node 12 x64
- npm install

build_script:
Expand Down

0 comments on commit cd2abb1

Please sign in to comment.