sindresorhus / meow

🐈 CLI app helper
MIT License
3.54k stars 151 forks source link

Meow is only being tested on Node 16 on CI #199

Closed fregante closed 2 years ago

fregante commented 3 years ago

https://github.com/sindresorhus/meow/blob/075f96f80111548ea07afb413b197070244386fe/.github/workflows/main.yml#L12-L13

Even thought the package is marked as compatible with v12

https://github.com/sindresorhus/meow/blob/075f96f80111548ea07afb413b197070244386fe/package.json#L15-L17

sindresorhus commented 3 years ago

It's because of https://github.com/xojs/xo/issues/555. I could have force upgraded npm, but was too lazy and I test on Node.js 12 locally before doing releases anyway.