chaynHQ / soulmedicine

Soul Medicine a multilingual digital service designed to deliver critical safety information and supportive messaging in bite-sized pieces.
https://soulmedicine.io
MIT License
37 stars 9 forks source link

Upgrade Node to the latest LTS (18.x) #309

Closed tarebyte closed 1 year ago

tarebyte commented 1 year ago

According to the Node release schedule Node 18 will be supported until April of 2025. In order to ensure stability of the platform we need to upgrade from our current version of Node 10.

Below is the recommended upgrade order:

These should be updated with as few dependencies updated as possible to avoid breaking changes during the upgrade process. Once we're on Node 18 we can look at updating the other dependencies of the project.

tarebyte commented 1 year ago

This was done in https://github.com/chaynHQ/soulmedicine/pull/337