🚀 Feature Proposal
Same reasoning as jestjs/jest#12754
People are using 16.10.0 to avoid severe memory leaks that happen since 16.11.0.
Everything else is expected to just work, so it's only an engines field change away in package.json.
Motivation
Example
Otherwise it fails when trying to install it with yarn, like this:
[3/5] 🚚 Fetching packages...
error ts-jest@28.0.0: The engine "node" is incompatible with this module. Expected version "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0". Got "16.10.0"
error Found incompatible module.
🚀 Feature Proposal
Same reasoning as jestjs/jest#12754
People are using 16.10.0 to avoid severe memory leaks that happen since 16.11.0.
Everything else is expected to just work, so it's only an
enginesfield change away inpackage.json.Motivation
Example
Otherwise it fails when trying to install it with yarn, like this: