Skip to content

Commit 14d4ce5

Browse files
committed
Support nodejs>=12
Signed-off-by: 💻 Eher <alexandre@eher.com.br>
1 parent 21d7dd9 commit 14d4ce5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
strategy:
99
matrix:
10-
node-version: [8.x, 10.x, 12.x]
10+
node-version: [12.x, 14.x, 16.x, 17.x]
1111

1212
steps:
1313
- uses: actions/checkout@v1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"jsoncs": "lib/cli.js"
2323
},
2424
"engines": {
25-
"node": ">= 0.6"
25+
"node": ">= 12.0"
2626
},
2727
"dependencies": {
2828
"commander": "^8.0.0",

0 commit comments

Comments
 (0)