refactor: update node types from v10 to v14

This commit is contained in:
Jovan Krunić
2021-03-29 17:04:06 +02:00
parent 2dbbea8992
commit cd191e09da
3 changed files with 21 additions and 22 deletions

View File

@@ -88,7 +88,7 @@ commander
fallbackPath = resolve(path);
}
stdout.write(await getUsedVersionMajorMinor(fallbackPath, dependency), process.exit);
stdout.write(await getUsedVersionMajorMinor(fallbackPath, dependency));
});
commander