Skip to content

Allow node@^16.10.0 instead of ^16.13.0 #3494

@kirillgroshkov

Description

@kirillgroshkov

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions