commitlint icon indicating copy to clipboard operation
commitlint copied to clipboard

docker image with newer node versions

Open DaSchTour opened this issue 8 months ago • 3 comments

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

DaSchTour avatar Apr 22 '25 06:04 DaSchTour

Especially as for example @commitlint/config-nx-scopes requires 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.

escapedcat avatar Apr 23 '25 03:04 escapedcat