Skip to content

Commit

Permalink
Support nodejs>=12
Browse files Browse the repository at this point in the history
Signed-off-by: 💻 Eher <alexandre@eher.com.br>
  • Loading branch information
EHER committed Jan 24, 2022
1 parent 21d7dd9 commit 14d4ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

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

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"jsoncs": "lib/cli.js"
},
"engines": {
"node": ">= 0.6"
"node": ">= 12.0"
},
"dependencies": {
"commander": "^8.0.0",
Expand Down

0 comments on commit 14d4ce5

Please sign in to comment.