You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	CI: Upgrade required Node version to 10
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user