get node.js version compatible with Rocket.Chat version
curl https://releases.rocket.chat/latest/info -s | jq '.nodeVersion' -r
(you can replace latest with v.2.2
for example)
curl https://releases.rocket.chat/latest/info -s | jq '.nodeVersion' -r
(you can replace latest with v.2.2
for example)