cli icon indicating copy to clipboard operation
cli copied to clipboard

Align npm packages to npm 10's node engine range

Open hashtagchris opened this issue 6 months ago • 1 comments

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: https://github.com/npm/cli/blob/e674987c8dc5634c3b2a8a4d0f024d15041ba23c/package.json#L260-L262

References

https://github.com/isaacs/minipass/issues/56 https://github.com/npm/map-workspaces/pull/158

hashtagchris avatar Aug 26 '24 14:08 hashtagchris