Description
I'm looking at getting back on the horse and merging some changes that were in flight here, notably some dependency upgrades + the Typescript-enabling change so that we can progressively trim away at the bigger technical debt issues in the library code. Having a handle on CI is a big part of that.
As of June 2021, the TravisCI service has changed hands and doesn't seem to be building this actively. Since the pipeline is simple enough, migrating it to Github Actions would make rapid development much easier. A couple of things that come to mind would be the need to add matrix testing for Node versions, React versions and all. Aside from that, it would gather all the relevant information in one place (i.e. build results without needing a third party).
@patw0929 I'd definitely like your take on this -- if you aren't against it, I'd love to make quick work of that move (otherwise, I'd love to know more about your thoughts on CI for this).
Activity