Expected Behaviour
The automatic upgrade functionality should check for updates in the currently installed framework's major range, e.g. instances running 3.4.0 should upgrade to 3.5.3 and instances running 4.0.0 should upgrade to 4.1.1.
Actual Behaviour
The update check for the framework is restricted to the version specified in package.json's framework field.
Steps to Reproduce
- Run
node upgrade and press ↵ Enter on both prompts.
Expected Behaviour
The automatic upgrade functionality should check for updates in the currently installed framework's major range, e.g. instances running
3.4.0should upgrade to3.5.3and instances running4.0.0should upgrade to4.1.1.Actual Behaviour
The update check for the framework is restricted to the version specified in package.json's
frameworkfield.Steps to Reproduce
node upgradeand press ↵ Enter on both prompts.