Upgrade xcode, node version on travis.

pull/162/head
Daniel Scalzi 2021-03-07 11:24:00 -05:00
parent cb8d1bb00f
commit a9fa7c4ff9
No known key found for this signature in database
GPG Key ID: D18EA3FB4B142A57
3 changed files with 5 additions and 5 deletions

2
.nvmrc
View File

@ -1 +1 @@
12
14

View File

@ -1,9 +1,9 @@
matrix:
include:
- os: osx
osx_image: xcode11.3
osx_image: xcode12.2
language: node_js
node_js: "12"
node_js: "14"
env:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
@ -13,7 +13,7 @@ matrix:
- os: linux
services: docker
language: generic
node_js: "12"
node_js: "14"
env:
- ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true

View File

@ -22,7 +22,7 @@
"lint": "eslint --config .eslintrc.json ."
},
"engines": {
"node": "12.x.x"
"node": "14.x.x"
},
"dependencies": {
"@electron/remote": "^1.0.4",