From af6ed6e3119bfe844f9023f2ae217de40da2b47e Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Tue, 23 Apr 2019 18:12:51 -0300 Subject: [PATCH] bump CI providers to Node 12 --- .travis.yml | 2 +- appveyor.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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..5d342305 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,7 +14,8 @@ branches: clone_depth: 10 install: - - ps: Install-Product node 10 x64 + # https://www.appveyor.com/docs/lang/nodejs-iojs/#installing-any-version-of-nodejs-or-iojs + - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild 12) x64 - npm install build_script: