Upgrade xcode, node version on travis.

This commit is contained in:
Daniel Scalzi
2021-03-07 11:24:00 -05:00
parent cb8d1bb00f
commit a9fa7c4ff9
3 changed files with 5 additions and 5 deletions

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",