Open
Description
Currently some packages has drop support to Node.js prior to v18, seems like we didn't upgrade the engines field in the package.json
discordantly.
So, I will like to discuss if this a policy that we should follow as an organization to all the packages (so in that case we can also document it).
Ref:
- Missing engines Field Update for Node.js Version Support in v2.0.0 pillarjs/finalhandler#64
- fix(package.json) Explicit drop support for node<18 pillarjs/finalhandler#59 (great context on why not update by @wesleytodd )
cc: @expressjs/express-tc @Phillip9587