Specify exact Node.js version

This commit is contained in:
Kimmo Puputti 2017-01-16 11:11:03 +02:00
parent 70bab66511
commit 34f6225cb4

View file

@ -30,6 +30,6 @@
"heroku-postbuild": "yarn run build"
},
"engines": {
"node": "6.9"
"node": "6.9.4"
}
}