Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit b376f1a

Browse files
committed
fix(node): update package.json engines node requirement
1 parent 9d8cfe8 commit b376f1a

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
@@ -10,7 +10,7 @@
1010
"utils"
1111
],
1212
"engines": {
13-
"node": ">=6.0.0"
13+
"node": ">=10.0.0"
1414
},
1515
"scripts": {
1616
"test": "jest",

0 commit comments

Comments
 (0)