Update Node version for Meteor app deployed to Heroku
问题 I have a Meteor application deployed to Heroku. To prevent the Denial of Service (DoS) vulnerability, Heroku suggested updating the Node.js version for my application. I want to update the meteor version to 1.2.1 and node version to 4.8.4 on Heroku. I have set the node version in packages.json as well but it was not updated after deployment. How can I update meteor and node on Heroku? I tried the following command: heroku run meteor update --release 1.2.1 -a myappname but it throws the