Skip to content

Commit 3365575

Browse files
committed
chore!: bump the minimum Node.js version requirement as a precaution
As more and more packages are switching to pure ESM, some of the ESM-related features are only supported in Node.js 12.20 or higher, e.g. [subpath patterns](https://nodejs.org/api/packages.html#subpath-patterns). So we need to bump the minimum version requirement to avoid confusions.
1 parent 84b3acd commit 3365575

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": "^12.13.0 || ^14.0.0 || >= 16.0.0"
14+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1515
},
1616
"scripts": {
1717
"prepare": "husky install",

0 commit comments

Comments
 (0)