From 00d2e0d5a652878ed217d67d3eb14b8448c55cba Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 27 Oct 2018 21:28:47 -0400 Subject: [PATCH] build: Node.js@10.12 --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 015d07a..554d815 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ node_js: - "7.10" - "8.12" - "9.11" - - "10.11" + - "10.12" sudo: false cache: directories: diff --git a/appveyor.yml b/appveyor.yml index b6f8328..7311c7e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,7 @@ environment: - nodejs_version: "7.10" - nodejs_version: "8.12" - nodejs_version: "9.11" - - nodejs_version: "10.11" + - nodejs_version: "10.12" cache: - node_modules install: