Yes, we have at least the following Node 7 versions available:
7.7.3 7.6.0 7.5.0 7.4.0 7.3.0 7.2.1 7.1.0 7.0.0
Specify one in your package.json: "engines": { "node": "7.7.3" }
and you’ll get the latest Glitch has. (It’s a standard Node feature to be able to specify versions that way, not just a Glitch feature, so that should work in Heroku too. [UPDATE: I confirmed it works in Heroku.])
PS: Node now recommends 6.10.2 LTS but looks like Glitch only has 6.10.1 currently.
If anyone else is looking… I threw together a quick instance which will show the currently available node versions based on NVM (on that instance at least).
Sorry for digging up an old thread, but I’m having an issue now where I need to specify an older version but nothings working besides 10.13.0 which is too new for the packages I’m using, but nothing seems to allow it to work. Is there a place I can find the current available versions?
Greetings @MrJDubYou, welcome to the Glitch forums!
I’ve made a temporary remix of the nodeversions project listed above to handle the change in where the node versions are stored; you should be able to load https://decorous-lentil.glitch.me/ to get an up-to-date list of what’s available.