We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c3b90 commit fdf63fcCopy full SHA for fdf63fc
src/index.js
@@ -30,7 +30,7 @@ AIOCommand.run = async (argv, opts) => {
30
// Check Node.js version
31
const nodeVersion = process.version
32
if (!semver.satisfies(nodeVersion, config.pjson.engines.node)) {
33
- console.log(chalk.yellow(`⚠️ Warning: Node.js version ${nodeVersion} is not supported. Supported versions are Node.js 18, 20, and 22.`))
+ console.log(chalk.yellow(`⚠️ Warning: Node.js version ${nodeVersion} is not supported. Supported versions are ${config.pjson.engines.node}.`))
34
}
35
36
// the second parameter is the root path to the CLI containing the command
0 commit comments