docker image with newer node versions
It would be very nice to have the docker image also with node versions 20 and 22 or maybe switch completely to 22.
Especially as for example @commitlint/config-nx-scopes requires node 22
Especially as for example
@commitlint/config-nx-scopesrequires node 22
Does it? I wonder how it passed tests or if the tests aren't good enough then.
For commitlint itself we usually switch node versions if the current one is running out or if there's a very good reason to switch. So next up should be v20. I'm worried switching to v22 might break quite some stuff for other users.
It would be very nice to have the docker image also with node versions 20 and 22 or maybe switch completely to 22.
Not sure if we could provide different docker images though with latest node versions. If yes, that might be an option.