Changed
- Split runtime and development Node.js version requirements so the runtime floor is no longer inflated by dev-only tooling.
engines.node(the version consumers need to run the CLI) is restored to>=18.17; the>=22.22.1floor required bylint-staged@17now lives indevEngines.runtimeand applies only to contributors working on the source.
Full Changelog: v3.0.0...v3.0.1