Closed jaderfeijo closed 7 months ago
Thanks for the PR. Node 21 is not supposed to be used for production applications, see: https://nodejs.org/en/about/previous-releases
Production applications should only use Active LTS or Maintenance LTS releases.
Because of that, we only support Active and Maintenance LTS releases, (e.g. 18 and 20, and nog 19 and 21).
Closing, as we do not intend to support non-production versions of Node explicitly.
That makes perfect sense. I appreciate you looking into this so quickly @frederikprijck. Thank you 🙏
Description
Update supported node version to include node
^21.7.1
.Testing
21.7.1
(nvm install 21.7.1
if usingnvm
).npm install
installs all dependencies correctly (after upgrading to node21.7.1
).npm lint
lints the project correctly.npm test
runs all tests and all tests pass.Checklist
main
branch is the correct, most up-to-date branch in this instance)