Specify Node and Yarn versions for CircleCI

This commit is contained in:
Kimmo Puputti 2017-02-27 15:17:29 +02:00
parent 5e95f0e9af
commit e0680778d8
2 changed files with 4 additions and 2 deletions

View file

@ -1,8 +1,10 @@
# https://circleci.com/docs/install-and-use-yarn/
machine:
node:
version: 6.9.5
environment:
YARN_VERSION: 0.18.1
YARN_VERSION: 0.20.3
PATH: "${PATH}:${HOME}/.yarn/bin:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
dependencies:

View file

@ -48,7 +48,7 @@
"heroku-postbuild": "yarn run build"
},
"engines": {
"node": "6.9.4",
"node": "6.9.5",
"yarn": "0.20.3"
}
}