Skip to content

Commit 1480126

Browse files
committed
feature(gritty) drop support of node < 12
1 parent 7c722a3 commit 1480126

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
@@ -91,7 +91,7 @@
9191
"xterm-addon-webgl": "^0.9.0"
9292
},
9393
"engines": {
94-
"node": ">=8.3.0"
94+
"node": ">=12"
9595
},
9696
"license": "MIT",
9797
"publishConfig": {

0 commit comments

Comments
 (0)