Bug Report Checklist
Expected
The change in the 'engines.node' configuration from 16 to 18 uses the 'x' major version, e.g. 2.0.0.
And, rollback 1.1.0 and 1.2.0.
Actual


Shouldn't the node version be compatible with the x of the semver rule?
This causes packages or apps using the '^1.0.1' version to abort unexpectedly, when installed using the yarn(v1) package manager in an earlier version of the node environment. Eventually, the installation failed, and the directory 'node_modules' is not exists.
"error ts-api-utils@1.2.0: The engine "node" is incompatible with this module. Expected version ">=18". Got "16.20.0" error Found incompatible module.'
Additional Info
No response
Bug Report Checklist
mainbranch of the repository.Expected
The change in the 'engines.node' configuration from 16 to 18 uses the 'x' major version, e.g. 2.0.0.
And, rollback 1.1.0 and 1.2.0.
Actual
Shouldn't the node version be compatible with the x of the semver rule?
This causes packages or apps using the '^1.0.1' version to abort unexpectedly, when installed using the yarn(v1) package manager in an earlier version of the node environment. Eventually, the installation failed, and the directory 'node_modules' is not exists.
Additional Info
No response