Update Node to the latest LTS release

This commit is contained in:
Kimmo Puputti 2017-10-31 12:21:56 +02:00
parent 49c922f9e0
commit ad7845db41
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
machine:
node:
version: 6.11.4
version: 6.11.5
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"

View file

@ -72,7 +72,7 @@
"trailingComma": "es5"
},
"engines": {
"node": "6.11.4",
"node": "6.11.5",
"yarn": "^1.2.1"
}
}