Skip to content

Commit

Permalink
Require node 14.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Jul 5, 2021
1 parent 2f1b665 commit cf31d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ npm i -g zx

### Requirement

Node.js >= 15.0.0
Node.js >= 14.8.0

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"zx": "zx.mjs"
},
"engines": {
"node": ">= 15.0.0"
"node": ">= 14.8.0"
},
"scripts": {
"test": "node zx.mjs test.mjs"
Expand Down

0 comments on commit cf31d2e

Please sign in to comment.