Upgrade project's node requirement to 14.15.5, the latest LTS version. Ensure CI builds are updated to match and automated tests are passing. Just like the Typescript port of the project, we will want to make sure to regression test existing commands and maybe even release the upgrade as a beta package while issues are ironed out.
This will allow us to upgrade many of our dependencies to more recent versions that were previously limited to node >= 10, such as ts-jest and prettier off the top of my head.
Issue cloned from AndcultureCode/AndcultureCode.Cli#162 via and-cli
Upgrade project's node requirement to 14.15.5, the latest LTS version. Ensure CI builds are updated to match and automated tests are passing. Just like the Typescript port of the project, we will want to make sure to regression test existing commands and maybe even release the upgrade as a beta package while issues are ironed out.
This will allow us to upgrade many of our dependencies to more recent versions that were previously limited to node >= 10, such as
ts-jest
andprettier
off the top of my head.Issue cloned from AndcultureCode/AndcultureCode.Cli#162 via
and-cli