diff --git a/.travis.yml b/.travis.yml index c783e509..57a8a1a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ dist: trusty os: - linux - osx -node_js: 10 +node_js: 12 env: - CC=clang CXX=clang++ npm_config_clang=1 diff --git a/appveyor.yml b/appveyor.yml index 9e7f44cc..11f21968 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: