From 07b47d633d663b6937352b50496d6eb380cbcf69 Mon Sep 17 00:00:00 2001 From: Daniel Weck Date: Thu, 30 Apr 2020 10:25:12 +0100 Subject: [PATCH] chore(ci): MacOS NodeJS 14.1.0 Puppeteer NPM install issue, updated Travis conf to LTS see https://github.com/puppeteer/puppeteer/issues/5719#issuecomment-621574900 also see https://travis-ci.org/github/daisy/ace-gui/jobs/681399699 --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 254ef31..faf5ffe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,14 +21,14 @@ matrix: os: osx osx_image: xcode11.2 language: node_js - node_js: "node" + node_js: "lts/*" env: - ELECTRON_CACHE=$HOME/.cache/electron - ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder #if: type = push OR pull_request - os: linux language: node_js - node_js: "node" + node_js: "lts/*" env: - ELECTRON_CACHE=$HOME/.cache/electron - ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder @@ -36,7 +36,7 @@ matrix: os: linux services: docker language: node_js - node_js: "node" + node_js: "lts/*" env: - TRAVIS_OS_NAME_=windows # https://www.electron.build/multi-platform-build @@ -44,7 +44,7 @@ matrix: # https://travis-ci.community/c/environments/windows # - os: windows # language: node_js -# node_js: "node" +# node_js: "lts/*" # env: # - ELECTRON_CACHE=$HOME/.cache/electron # - ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder