Open jacque006 opened 3 years ago
npm@7
introduced a new lockfile format https://docs.npmjs.com/cli/v7/configuring-npm/package-lock-json#lockfileversion . As part of moving to a new node version, we should move to npm v7 and enforce that version or greater in our engines entry.
In version matrix, consider adding v16.x as well since it will LTS in October
Update target
and lib
entries in tsconfig.json
to match proper ES support level for node version.
NodeJS
Update to latest LTS v14
package.json
for LTS versions v10 - v14