Unverified Commit 4cf68e4e authored by Jeremy Morrell's avatar Jeremy Morrell Committed by GitHub

Update default version to new Node LTS version v10.x (#581)

* Update default version to new Node LTS version v10.x
parent e4e16069
...@@ -27,7 +27,7 @@ install_yarn() { ...@@ -27,7 +27,7 @@ install_yarn() {
} }
install_nodejs() { install_nodejs() {
local version=${1:-8.x} local version=${1:-10.x}
local dir="${2:?}" local dir="${2:?}"
echo "Resolving node version $version..." echo "Resolving node version $version..."
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
}, },
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"yarn": "1.4.0" "yarn": "1.x"
}, },
"devDependencies": { "devDependencies": {
"lodash": "^2.4.1" "lodash": "^2.4.1"
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
}, },
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"yarn": "1.4.0" "yarn": "1.x"
}, },
"devDependencies": { "devDependencies": {
"lodash": "^2.4.1" "lodash": "^2.4.1"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"npm": "5.5.1" "npm": "6.x"
}, },
"scripts": { "scripts": {
"heroku-prebuild": "echo 'heroku-prebuild:' $NODE_ENV", "heroku-prebuild": "echo 'heroku-prebuild:' $NODE_ENV",
......
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
testNoVersion() { testNoVersion() {
compile "no-version" compile "no-version"
assertCaptured "engines.node (package.json): unspecified" assertCaptured "engines.node (package.json): unspecified"
assertCaptured "Resolving node version 8.x" assertCaptured "Resolving node version 10.x"
assertCaptured "Downloading and installing node 8." assertCaptured "Downloading and installing node 10."
assertCapturedSuccess assertCapturedSuccess
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment