Skip to content

Commit

Permalink
Drop support for Node.js 8
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Apr 28, 2020
1 parent 92f4501 commit ca3b441
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js

node_js:
- 8
- 10
- 12
- 14

cache: yarn

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This is JavaScript WebSocket client for [ZeroFrame API][link-zeroframe]. It supp

### Requirements

ZeroFrameJS requires Node.js 8 or higher.
ZeroFrameJS requires Node.js 10 or higher.

### With Yarn

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
]
},
"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
},
"dependencies": {
"cross-fetch": "^3.0.4",
Expand Down

0 comments on commit ca3b441

Please sign in to comment.