Skip to content

Commit 9f64409

Browse files
committed
chore!: bump minimum Node.js version requirement
To be inline with Vite 3
1 parent 1ecf0ea commit 9f64409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"template"
1212
],
1313
"engines": {
14-
"node": "^14.16.0 || >=16.0.0"
14+
"node": "^14.18.0 || >=16.0.0"
1515
},
1616
"scripts": {
1717
"prepare": "husky install",

0 commit comments

Comments
 (0)