Skip to content

Commit eee3dc0

Browse files
committed
Require Node.js 10.13
Also drops support for Node.js 11 and 13
1 parent e135916 commit eee3dc0

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
@@ -21,7 +21,7 @@
2121
"graph"
2222
],
2323
"engines": {
24-
"node": ">=10.x.x"
24+
"node": "^10.13 || ^12 || >=14"
2525
},
2626
"main": "./lib/api",
2727
"bin": {

0 commit comments

Comments
 (0)