diff --git a/.nvmrc b/.nvmrc index bd15239..5613601 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -10.8 \ No newline at end of file +10.9 \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index f0a36b3..0d57d05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ matrix: - os: osx osx_image: xcode9.4 language: node_js - node_js: "10.8" + node_js: "10.9" env: - ELECTRON_CACHE=$HOME/.cache/electron - ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder diff --git a/README.md b/README.md index 2a6747a..bbf8835 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ If you want to export the console output, simply right click anywhere on the con **System Requirements** -* [Node.js][nodejs] v10.8.0+ +* [Node.js][nodejs] v10.9.0+ --- diff --git a/package.json b/package.json index 462da25..b93abb8 100644 --- a/package.json +++ b/package.json @@ -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" }, "engines": { - "node": "10.8.x" + "node": "10.9.x" }, "repository": { "type": "git",