NodeJS LTS 20 Support
jpdied opened this issue · 1 comments
jpdied commented
NodeJS 18 LTS ended active support over a month ago although it still is receiving security updates. Node is pushing 20 LTS now on their website and on Windows, the winget package manager is actively trying to upgrade 18 to 20.
I propose adding support for the current mainstream v20 LTS.
When trying to set things up with 20, you get the following:
$ npm install
npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: cactbot@0.30.9
npm ERR! notsup Not compatible with your version of node/npm: cactbot@0.30.9
npm ERR! notsup Required: {"node":">=18.10.0 <=18.18.2"}
npm ERR! notsup Actual: {"npm":"10.2.3","node":"v20.10.0"}