happy-dom icon indicating copy to clipboard operation
happy-dom copied to clipboard

ci: test on node 22

Open btea opened this issue 9 months ago • 2 comments

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

btea avatar Apr 28 '24 12:04 btea

@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.

capricorn86 avatar May 06 '24 23:05 capricorn86

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

btea avatar May 07 '24 06:05 btea

@btea, I fixed this now in https://github.com/capricorn86/happy-dom/pull/1359. As it was a breaking change, I wanted to release it as part of other major changes.

capricorn86 avatar Aug 21 '24 20:08 capricorn86