Skip to content

Commit f1e3a07

Browse files
author
Sergey Khomushin
committed
package.json: reduce the min node version to 14.0.0
1 parent 8a70e4b commit f1e3a07

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
@@ -20,7 +20,7 @@
2020
"access": "public"
2121
},
2222
"engines": {
23-
"node": ">=16.0.0"
23+
"node": ">=14.0.0"
2424
},
2525
"scripts": {
2626
"_clean": "rm -rf es && rm -rf cjs && rm -rf dist",

0 commit comments

Comments
 (0)