From 0430507bcd95383e12a0927a4a4383b228fd56bd Mon Sep 17 00:00:00 2001 From: David Halls Date: Fri, 7 Dec 2018 21:09:18 +0000 Subject: [PATCH] Use 11.4.0 to pick up https://github.com/nodejs/node/pull/24547 --- .circleci/config.yml | 4 ++-- appveyor.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index feb37b4..1e70f5d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ workflows: jobs: test-10: &test-template docker: - - image: circleci/node:10.13.0 + - image: circleci/node:10.14.1 environment: CXX: g++-6 steps: @@ -26,4 +26,4 @@ jobs: test-11: <<: *test-template docker: - - image: circleci/node:11.2.0 + - image: circleci/node:11.4.0 diff --git a/appveyor.yml b/appveyor.yml index e036a35..1a187c1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ environment: matrix: - - nodejs_version: "10.13.0" - - nodejs_version: "11.2.0" + - nodejs_version: "10.14.1" + - nodejs_version: "11.4.0" install: # - ps: Install-Product node $env:nodejs_version