oortcloud / heroku-buildpack-meteorite

MIT License
189 stars 97 forks source link

Updated node version to 0.10.28 #46

Closed jordangarside closed 10 years ago

jordangarside commented 10 years ago

New Meteor version 0.8.2 needs nodejs --version 0.10.28

pauldowman commented 10 years ago

FYI, for anyone coming across this pull request before it's merged, you can specify the node version in your app, this just sets the default.

You can add a file at the root of your meteor app named nodeversion, with the contents 0.10.28.

jordangarside commented 10 years ago

Doh, I was trying to set the node version in Packages.js, engines. It didn't work, so I just updated the default.