zotero / translation-server

A Node.js-based server to run Zotero translators
Other
117 stars 49 forks source link

Test against node 18 and node 20 #165

Closed mvolz closed 4 months ago

mvolz commented 4 months ago

No longer test against 16 as it's EOL, test against both 18 and 20.

dstillman commented 4 months ago

We don't need to test on 16, which is EOL:

https://nodejs.org/en/about/previous-releases

And we definitely want to test on 20, which is LTS. If GitHub Actions supports 21, we should probably test on that too.

We could also test on 18 on the grounds that it's still under maintenance.

dstillman commented 4 months ago

Thanks!