Skip to content

Align npm packages to npm 10's node engine range #7754

@hashtagchris

Description

@hashtagchris

The Node 14 and 16 releases are no longer supported (docs). Packages npm is dependent on have started releasing versions that don't work with Node <=14.17.0. Packages still supporting an older engine range aren't consuming the latest bug fixes and improvements made to dependencies.

Let's update npm-owned packages to have the same engines.node version range as the cli:

cli/package.json

Lines 260 to 262 in e674987

"engines": {
"node": "^18.17.0 || >=20.5.0"
}

References

isaacs/minipass#56
npm/map-workspaces#158

Metadata

Metadata

Labels

Epica larger scope of work that will be tracked in a Project Board

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions