zachleat@zachleat.com’s Mastodon Archive

For everyone that uses GitHub Actions to run automated tests on a library that uses the `sharp` image processing module WITH the `ava` JS test runner in Node…

For *all* of those people that are doing that exact combination of things—make sure you run ava with `--no-worker-threads` or it will fail with a non-descriptive exitCode error message without any more information.