macbre / nodemw

MediaWiki API and WikiData client written in Node.js
https://www.npmjs.com/package/nodemw
BSD 2-Clause "Simplified" License
238 stars 55 forks source link

CI: do not hardcode Node.js version - use the "latest" and "lts/*" #469

Closed macbre closed 1 year ago

macbre commented 1 year ago

Currently that's Node.js 18.x and 20.x

$ nvm list | grep 'lts/\*'
lts/* -> lts/hydrogen (-> v18.17.1)

tests (lts/*) Using Node.js v18.17.1

tests (latest) Using Node.js v20.6.0