Skip to content

Commit c0dc188

Browse files
committed
feature(dword) drop support of node < 16
1 parent 445bdee commit c0dc188

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dword": "bin/dword.js"
1010
},
1111
"engines": {
12-
"node": ">=14"
12+
"node": ">=16"
1313
},
1414
"scripts": {
1515
"start": "madrun start",

0 commit comments

Comments
 (0)