Upgraded Node.js to v10.9.0

This commit is contained in:
Daniel Scalzi 2018-09-05 13:47:59 -04:00
parent 2a9db6c646
commit 8fc2ebf831
No known key found for this signature in database
GPG Key ID: 5CA2F145B63535F9
4 changed files with 4 additions and 4 deletions

2
.nvmrc
View File

@ -1 +1 @@
10.8 10.9

View File

@ -3,7 +3,7 @@ matrix:
- os: osx - os: osx
osx_image: xcode9.4 osx_image: xcode9.4
language: node_js language: node_js
node_js: "10.8" node_js: "10.9"
env: env:
- ELECTRON_CACHE=$HOME/.cache/electron - ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder - ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder

View File

@ -76,7 +76,7 @@ If you want to export the console output, simply right click anywhere on the con
**System Requirements** **System Requirements**
* [Node.js][nodejs] v10.8.0+ * [Node.js][nodejs] v10.9.0+
--- ---

View File

@ -17,7 +17,7 @@
"lint": "eslint --config .eslintrc.json --ignore-pattern app/assets/js/scripts/*.js . && eslint --config .eslintrc.scripts.json app/assets/js/scripts" "lint": "eslint --config .eslintrc.json --ignore-pattern app/assets/js/scripts/*.js . && eslint --config .eslintrc.scripts.json app/assets/js/scripts"
}, },
"engines": { "engines": {
"node": "10.8.x" "node": "10.9.x"
}, },
"repository": { "repository": {
"type": "git", "type": "git",