anandthakker / doiuse

:bomb: Lint CSS for browser support against caniuse database.
MIT License
1.24k stars 51 forks source link

Update test for failing build #121

Closed jimmybrawn closed 3 years ago

jimmybrawn commented 3 years ago

This is blocking the yargs update release

pkuczynski commented 3 years ago

The build still fails. Can you have a look?

jimmybrawn commented 3 years ago

The build still fails. Can you have a look?

If I fix node:stable, then node:6 fails. If I fix node:6 then stable fails.

Seems like sorting order has changed since node 11: https://github.com/nodejs/node/issues/24294

Since node stable was setup in Travis, the builds were failing: https://travis-ci.org/github/anandthakker/doiuse/builds/443676410

Before node stable(12 now): https://travis-ci.org/github/anandthakker/doiuse/builds/443674529

@anandthakker @pkuczynski

jimmybrawn commented 3 years ago

Fixed the issue accordingly, please review file to see if solution could bring potential side effects?

jimmybrawn commented 3 years ago

@pkuczynski can we release it now?

pkuczynski commented 3 years ago

Thanks for all the work you put into this! Merging and releasing now...