mochajs / mocha-examples

Working examples of common configurations using mocha ☕️
https://mochajs.org
Apache License 2.0
202 stars 153 forks source link

🛠️ Repo: Updated tested Node versions to be LTS #94

Closed JoshuaKGoldberg closed 3 months ago

JoshuaKGoldberg commented 3 months ago

Our current tested version range is 14, 16, and 18:

https://github.com/mochajs/mocha-examples/blob/d1d12ca27eb4b3d2da633c27cb367d2f3df9196b/.github/workflows/test.yml#L12-L21

...but:

This isn't the main Mocha repository: we don't need complete exact parity with supported Node versions.

I'll bump our CI tests to be LTS versions: 18, 20, and 22.