rsm-hcd / AndcultureCode.Cli

and-cli command-line tool to manage the development of software applications
https://andculture.com
Apache License 2.0
14 stars 15 forks source link

Upgrade node requirement to v14 LTS #162

Closed brandongregoryscott closed 2 years ago

brandongregoryscott commented 3 years ago

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.