From 0dde93dc69caf027d507baaa01b905cdcde671cc Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Thu, 4 Jul 2019 23:51:06 -0400 Subject: [PATCH] build: Node.js@12.6 --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f99fd84..330bd76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ node_js: - "9.11" - "10.15" - "11.15" - - "12.1" + - "12.6" sudo: false cache: directories: diff --git a/appveyor.yml b/appveyor.yml index a05daed..e4bd1fd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,7 +14,7 @@ environment: - nodejs_version: "9.11" - nodejs_version: "10.15" - nodejs_version: "11.15" - - nodejs_version: "12.1" + - nodejs_version: "12.6" cache: - node_modules install: