From 2d467f7fa5eeac9e1235653f81efb87cb2781550 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 17 May 2020 18:07:44 +0100 Subject: [PATCH] CI: Upgrade required Node version to 10 --- .travis.yml | 4 ++-- appveyor.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad542aaf3..f0e7ee7d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ matrix: - os: osx osx_image: xcode9.0 language: node_js - node_js: "8" + node_js: "10" env: - ELECTRON_CACHE=$HOME/.cache/electron - ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder @@ -25,7 +25,7 @@ matrix: sudo: required dist: trusty language: node_js - node_js: "8" + node_js: "10" env: - ELECTRON_CACHE=$HOME/.cache/electron - ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder diff --git a/appveyor.yml b/appveyor.yml index 7b9a2cb09..d44d65503 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ platform: # - '%USERPROFILE%\.electron' install: - - ps: Install-Product node 8 x64 + - ps: Install-Product node 10 x64 - yarn build_script: