Skip to content

Commit 24c07a7

Browse files
committed
chore!: bump minimal Node.js version requirement (from 14.13.1 to 14.16.0)
BREAKING CHANGE: It's because `vitest` requires >= 14.16.0. I expect few people will be affected though.
1 parent 7a01664 commit 24c07a7

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.13.1 || >=16.0.0"
14+
"node": "^14.16.0 || >=16.0.0"
1515
},
1616
"scripts": {
1717
"prepare": "husky install",

0 commit comments

Comments
 (0)