From ec12733dad6b9d62c695e8b5a2d224d1bf085be9 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Fri, 16 Nov 2018 14:47:34 -0800 Subject: [PATCH] Update Travis/AppVeyor to Node 10.13.0 --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9e6d8d335..1b3da0a66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - '8.9.3' + - '10.13.0' os: - linux dist: trusty diff --git a/appveyor.yml b/appveyor.yml index 07f0a970e..d6f405947 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ cache: install: - systeminfo | findstr /C:"OS" - set PATH=C:\Ruby23-x64\bin;%PATH% - - ps: Install-Product node 8.9.3 x64 + - ps: Install-Product node 10.13.0 x64 - yarn install --frozen-lockfile build_script: