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

Try exact stable node 8 versions.

parent 29ee49c3
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
"sass-lint": "^1.12.1" "sass-lint": "^1.12.1"
}, },
"engines": { "engines": {
"node": ">=7.0.0" "node": "8.11.3"
}, },
"dependencies": { "dependencies": {
"@fancyapps/fancybox": "^3.2.5" "@fancyapps/fancybox": "^3.2.5"
......
...@@ -4,9 +4,10 @@ ...@@ -4,9 +4,10 @@
"description": "Build the static src.", "description": "Build the static src.",
"cacheDirectories": ["client/node_modules"], "cacheDirectories": ["client/node_modules"],
"scripts": { "scripts": {
"postinstall": "cd opentech/static_src && yarn install && npm build:prod" "postinstall": "cd opentech/static_src && yarn install && npm run build:prod"
}, },
"engines": { "engines": {
"yarn": ">=1.7.0" "node": "8.11.3",
"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