express-zod-api icon indicating copy to clipboard operation
express-zod-api copied to clipboard

Testing Node 21

Open RobinTail opened this issue 2 years ago • 1 comments

Testing against Node 21 is for development purposes only. Odd versions of Node are not supposed to be used on production. Ensuring the support of Node 21 should ease the future support of Node 22 that will be production ready.

In case you need to test the compatibility of your App running express-zod-api against Node 21, use --ignore-engines flag during installation.

https://nodejs.org/en/about/previous-releases

RobinTail avatar Nov 12 '23 15:11 RobinTail

Coverage Status

coverage: 100.0%. remained the same when pulling a6122f947023c57f7670f3c578e0730cf4f6921d on support-node-21 into 42675f57639b15a10461192de4548db63343bce3 on master.

coveralls avatar Dec 11 '23 16:12 coveralls

Closing in favour of https://github.com/RobinTail/express-zod-api/pull/1617

RobinTail avatar Apr 24 '24 17:04 RobinTail