Skip to content

Commit

Permalink
Merge pull request #775 from Turbo87/node-8
Browse files Browse the repository at this point in the history
Drop support for Node 8
  • Loading branch information
Turbo87 authored Apr 17, 2020
2 parents a5f59e4 + 02a210e commit 3bc68d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
language: node_js
node_js:
- '8'
- '10'

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"**/engine.io": "~3.3.0"
},
"engines": {
"node": "8.* || >= 10.*"
"node": "10.* || >= 12.*"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 3bc68d2

Please sign in to comment.