test: drop end of life Node.js version

* test: Dropped Node v13.x since it's now past it's expiration.
* test: Migrated from Travis CI to GitHub Actions.
* test: Migrated from Coveralls to CodeCov.
* docs: Dropped over 1.x stuff from the read me.
* perf: Updated dependencies and rebuilt against latest TypeScript.
* feat: Bumped major version number due to Node.js support changing.
This commit is contained in:
Josh Sherman 2020-06-08 18:19:22 -05:00
parent 2edef851ca
commit 07988d8c71
10 changed files with 1826 additions and 1880 deletions

View file

@ -1,4 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};
coverageReporters: ['lcov'],
};