Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move from TravisCI to GitHub Actions
This moves the CI configuration from TravisCI, which we're no longer using after their disasterous response to a huge security vulnerability, to GitHub Actions. It uses a templated GitHub Actions workflow file, which should be mostly identical between all repositories. Along the way some other nice goodies are included: - Run all tests against Node.js 12, 14, and 16 - Run docker build _after_ any NPM publish, so that versioned docker images can be built - Remove any CircleCI config that exists (we can use Github Actions to build docker images just fine) - Remove any other lingering references to TravisCI
- Loading branch information