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:
parent
23ecbfcb3a
commit
2d467f7fa5
@ -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
|
||||
|
@ -9,7 +9,7 @@ platform:
|
||||
# - '%USERPROFILE%\.electron'
|
||||
|
||||
install:
|
||||
- ps: Install-Product node 8 x64
|
||||
- ps: Install-Product node 10 x64
|
||||
- yarn
|
||||
|
||||
build_script:
|
||||
|
Loading…
Reference in New Issue
Block a user