I just tried updating ember-cli in a project that is using node v22
The [email protected] package requires node >= 24.0.0, so this is a breaking change. Is that expected in a minor version update of ember-cli?
The error I get is:
error [email protected]: The engine "node" is incompatible with this module. Expected version ">= 24.0.0". Got "22.22.0"