Skip to content

Commit

Permalink
[BREAKING] Drop support for Node.js < 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Oct 2, 2019
1 parent e213242 commit 810962c
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,6 +1,6 @@
sudo: false
language: node_js
node_js:
- "12"
- "10"
- "8"
- "6"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"author": "SAP SE",
"license": "Apache-2.0",
"engines": {
"node": ">= 6"
"node": ">= 8.5"
},
"dependencies": {
"clone": "^2.1.0",
Expand Down

0 comments on commit 810962c

Please sign in to comment.