Skip to content
Snippets Groups Projects
Unverified Commit 42dd4fe5 authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #598 from OpenTechFund/bugfix/pin-node-version

Pin the node version.
parents dd0dea04 bbb4701d
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": ">=8.0.0 <9.0.0" "node": "8.12.0"
}, },
"dependencies": { "dependencies": {
"@fancyapps/fancybox": "^3.2.5" "@fancyapps/fancybox": "^3.2.5"
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"heroku-postbuild": "cd opentech/static_src && yarn install && npm run build:prod" "heroku-postbuild": "cd opentech/static_src && yarn install && npm run build:prod"
}, },
"engines": { "engines": {
"node": ">=8.0.0 <9.0.0", "node": "8.12.0",
"yarn": "^1.7.0" "yarn": "1.10.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