Galooshi / import-js

A tool to simplify importing JS modules
MIT License
524 stars 70 forks source link

Replace Travis with GitHub Actions, support node 18 + 20 #599

Closed trotzig closed 7 months ago

trotzig commented 7 months ago

The Travis setup is broken, and I think people are more comfortable with GitHub actions these days, so I'm switching over. In the process, I updated the Node version matrix to include 18 and 20 (LTS + current).

Fixes #596