nearform / titus

Deploy useful features in sprint one
https://nf-titus.netlify.app
Apache License 2.0
61 stars 43 forks source link

chore: use node 16 everywhere #1451

Closed simoneb closed 2 years ago

simoneb commented 2 years ago

So far there was a mix of various node versions in this repo. The problem is that this is an application and it has to run on a specific node version eventually, meaning that supporting multiple node versions in CI is not necessarily a proof that the application runs on that node version. Plus, there were inconsistencies in which node version was being used in various places, plus there is the problem that the package lock file is not portable across node versions.

Hence, this PR is removing all node versions except 16 and running everything on node 16