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
Update supported Node.js versions according to https://github.com/nodejs/Release
- Stop support for Node.js 6 and 7 - CLI will not allow execution of any command when this Node.js is used.
- Deprecate support for Node.js 8 and 9 - CLI will print warning on each command when any of those versions is used
- Add official support for Node.js 12 - CLI will not print warning for this version as it is officially supported now.
Also fix the check of `getNodeWarning` method which was returning warning only the first time when it is called.
0 commit comments