Skip to content

Commit a39df49

Browse files
committed
Drop support for Node v8, v9, v10, v11
1 parent 70bb36c commit a39df49

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
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"bin": "dist/index.js",
77
"engines": {
8-
"node": ">= 8.x"
8+
"node": ">= 12.x"
99
},
1010
"scripts": {
1111
"test": "npm run check && npm run prettier:check",

0 commit comments

Comments
 (0)