Skip to content

Commit

Permalink
min node.js v8
Browse files Browse the repository at this point in the history
yargs parser update requires minimum node.js v10
  • Loading branch information
jeffbski committed Jun 26, 2021
1 parent 47d1230 commit 469801c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- '8'
- '10'
- '11'
- '12'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ wait-on can also be used in reverse mode which waits for resources to NOT be ava

## Installation

Latest version 3+ requires Node.js v8.9+
Latest version 4+ requires Node.js 10+

(Node.js v4 users can still use [email protected], and older Node.js
(Node.js v8 users can use [email protected], v4 users can still use [email protected], and older Node.js
engines, use [email protected])

```bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "mocha --exit 'test/**/*.mocha.js'"
},
"engines": {
"node": ">=8.9.0"
"node": ">=10.0.0"
},
"devDependencies": {
"eslint": "^7.29.0",
Expand Down

0 comments on commit 469801c

Please sign in to comment.