From b6404a6bdf7e369a9bb7d057b933a248b9e66092 Mon Sep 17 00:00:00 2001 From: Piotr Pekala Date: Thu, 25 Jul 2019 03:16:35 -0700 Subject: [PATCH] Upgrading node version --- .appveyor.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7247102b..d5ae64c0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,7 +14,7 @@ init: - git config --global core.autocrlf input install: - - ps: Install-Product node 8 x64 + - ps: Install-Product node 11 x64 - yarn install build_script: diff --git a/.travis.yml b/.travis.yml index 821e9dbd..4c657dfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - - '10' # use node for latest + - '11' # use node for latest # Issue with Travis: https://github.com/travis-ci/travis-ci/issues/8836#issuecomment-356362524 sudo: required