You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node.js 8 or 9 are no longer supported, the minimum supported version is now 10.13.
The old config API (.defaults(), .required() and .values()) is no longer available.
Mrm will no longer load globally installed tasks and presets but will autoload them directly from npm, similar to how npx works (we're actually using npx under the hood).
mrm-preset-default is no longer a dependency or mrm, tasks will be autoinstalled when you run them for the first time.