mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Specify Node and Yarn versions for CircleCI
This commit is contained in:
parent
5e95f0e9af
commit
e0680778d8
2 changed files with 4 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
"heroku-postbuild": "yarn run build"
|
||||
},
|
||||
"engines": {
|
||||
"node": "6.9.4",
|
||||
"node": "6.9.5",
|
||||
"yarn": "0.20.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue