Skip to content

upgrade node to 18.20.1

Valentyne Stigloher requested to merge upgrade-node into main

ts-node needs to be configured differently to keep working, so run-script is used to abstract away the necessary arguments

deployment checklist

  • install v18.20.1 and make it default
    nvm install --default v18.20.1
  • change node version in crontab
  • change call to scripts in crontab
  • change node version in supervisorctl
    sed -i "s/18.17.1/18.20.1/" {}.conf
  • change call to scripts in cards and links in supervisorctl
  • reload supervisorctl configuration
    supervisorctl reload
  • optional remove old versions
Edited by Valentyne Stigloher

Merge request reports