Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 33fbf49

Browse files
committed
feat: minimum required nodejs version is 10.20.0
BREAKING CHANGE
1 parent 14e7d86 commit 33fbf49

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: packages/create-nuxt-app/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
"Nuxt team <[email protected]>",
2323
"Clark Du <[email protected]>"
2424
],
25-
"license": "MIT"
25+
"license": "MIT",
26+
"engines": {
27+
"node": ">=10.20.0"
28+
}
2629
}

0 commit comments

Comments
 (0)