Skip to content

Commit ea66137

Browse files
committed
feature(gritty) drop support of node < 16
1 parent a01f769 commit ea66137

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
@@ -85,7 +85,7 @@
8585
"xterm-addon-webgl": "^0.12.0"
8686
},
8787
"engines": {
88-
"node": ">=12"
88+
"node": ">=16"
8989
},
9090
"license": "MIT",
9191
"publishConfig": {

0 commit comments

Comments
 (0)