Skip to content
Snippets Groups Projects
Commit 7d821944 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Need to install yarn manually on circleci node images.

parent a5efc578
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@
"sass-lint": "^1.12.1"
},
"engines": {
"node": "8.11.3"
"node": ">=8.0.0 <9.0.0"
},
"dependencies": {
"@fancyapps/fancybox": "^3.2.5"
......
......@@ -7,7 +7,7 @@
"heroku-postbuild": "cd opentech/static_src && yarn install && npm run build:prod"
},
"engines": {
"node": "8.11.3",
"yarn": "1.7.0"
"node": ">=8.0.0 <9.0.0",
"yarn": "^1.7.0"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment