Update package node version 2

This commit is contained in:
Gabriel Delavald 2017-10-31 19:36:45 -02:00
parent bcb218697e
commit 70f7cc8733
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ machine:
dependencies:
pre:
# Install YARN
- node -v
- |
if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version $YARN_VERSION

View File

@ -70,7 +70,7 @@
"coverageDirectory": "./coverage/",
"collectCoverage": true
},
"devEngines": {
"engines": {
"node": ">=8.x",
"npm": ">=4.x",
"yarn": ">=0.21.3"