From 561b73b82e27c595691e10d4f7960552ba793064 Mon Sep 17 00:00:00 2001 From: mattRedBox Date: Mon, 24 May 2021 10:40:42 +1000 Subject: [PATCH] bump node version to match requirements for electron version 12.0.x --- .travis.yml | 4 ++-- appveyor.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b932e815d..0051b5e5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,10 @@ before_install: #- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cask uninstall --force java && brew cask install adoptopenjdk && brew update; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./scripts/linux_install_os_dependencies_for_testing_on_ubuntu.sh; fi install: -- nvm install 10 --lts +- nvm install 14 --lts - curl -o- -L https://yarnpkg.com/install.sh | bash - source ~/.bashrc -- nvm use 10 +- nvm use 14 - yarn --version - nvm --version - node --version diff --git a/appveyor.yml b/appveyor.yml index a1e999174..adcd2ee95 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,7 +26,7 @@ init: - git config --global core.autocrlf input install: - - ps: Install-Product node 8 x64 + - ps: Install-Product node 14 x64 - choco upgrade yarn - git reset --hard HEAD - yarn