Skip to content

Commit 1412add

Browse files
committed
📦 NEW: Node version check to 10
1 parent fcbff7c commit 1412add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const unhandledError = require('cli-handle-unhandled');
66

77
module.exports = async () => {
88
unhandledError();
9-
checkNode(`12`);
9+
checkNode(`10`);
1010
welcome(`corona-cli`, `by Awais.dev\n${pkgJSON.description}`, {
1111
bgColor: `#007C91`,
1212
color: `#FFFFFF`,

0 commit comments

Comments
 (0)