capricorn86 / happy-dom

A JavaScript implementation of a web browser without its graphical user interface
MIT License
3.09k stars 185 forks source link

ci: test on node 22 #1421

Open btea opened 2 months ago

btea commented 2 months ago

Node 16 is already eof and version 22 is released, so we can update it.

capricorn86 commented 2 months ago

@btea we need to change the "engines" property in the "package.json" files as well. However, this would be considered a breaking change and might be something better to combine with other breaking changes in a major release.

btea commented 2 months ago

Indeed, we should change the engine field to >=18.0.0.