Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 3be346b

Browse files
chore: bumps the required "node" version to v10.18
BREAKING CHANGE: Please use "node >= v10.18" to use Gavel
1 parent c657edf commit 3be346b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "build/index.js",
66
"typings": "typings.d.ts",
77
"engines": {
8-
"node": ">= 8"
8+
"node": ">= 10.18"
99
},
1010
"bin": {
1111
"gavel": "bin/gavel"

0 commit comments

Comments
 (0)