Closed
Description
In npm/cli
we depend on node-gyp
and would like to make sure the next major version is compatible with npm
when it comes to engines.node
.
Previously, npm
used ^12.13
as the lower base and node-gyp
used ^12.22
which caused the following issue: npm/cli#4987
npm@9
was recently released (but is not yet tagged latest
) with the engines set to ^14.17.0 || ^16.13.0 || >=18.0.0
(see our reasoning here npm/statusboard#519).
Are there plans for a major release soon? If so, has engines.node
support been discussed?