prisma-redis-middleware icon indicating copy to clipboard operation
prisma-redis-middleware copied to clipboard

Support for Node 19

Open GandelXIV opened this issue 2 years ago • 1 comments

Is there going to be support for nodejs version 19.x? If not, why?

GandelXIV avatar Apr 11 '23 09:04 GandelXIV

I'd say it would be better for the package to not be restricted to only specific node versions "^16.x || ^18.x || ^20.x" -> >=16

Instead of limiting the package and locking it, it would be better to mention tested versions in the readme. Everyone that can read and wants to use this package should be able to understand what it means to use the package with an untested node version.

TristanWasTaken avatar Aug 15 '23 16:08 TristanWasTaken