springmeyer / arc.js

great circle routes in javascript
http://springmeyer.github.io/arc.js/
BSD 2-Clause "Simplified" License
369 stars 70 forks source link

use github actions and bump tape #48

Closed jgravois closed 2 years ago

jgravois commented 2 years ago

i noticed the unit tests aren't running on Travis anymore so i took a stab at configuring GitHub Actions instead.

while i was poking around in there i upgraded tape to the latest release and made a few tweaks to the tests to get them passing again.

it didn't look like testling was configured, so i yanked that bit from the package.json and commited the lockfile (for security auditing's sake).