feat(cli): update lowest version support for nodejs (#786)
This commit is contained in:
parent
6383347813
commit
65da8469ce
@ -51,7 +51,7 @@ export async function createPackageJson(
|
||||
pkg.author = userInfo.username + (userInfo.email ? ` <${userInfo.email}>` : '')
|
||||
}
|
||||
pkg.license = 'MIT'
|
||||
pkg.engines = { node: '^20.6.0 || >=22.0.0' }
|
||||
pkg.engines = { node: '^20.19.0 || >=22.0.0' }
|
||||
}
|
||||
|
||||
if (injectNpmScripts) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user