1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

CI: Upgrade required Node version to 10

This commit is contained in:
Laurent Cozic 2020-05-17 18:07:44 +01:00
parent 23ecbfcb3a
commit 2d467f7fa5
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -9,7 +9,7 @@ platform:
# - '%USERPROFILE%\.electron'
install:
- ps: Install-Product node 8 x64
- ps: Install-Product node 10 x64
- yarn
build_script: