Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

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 14, 2019
1 parent 499e93d commit 42b6391
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sudo: false
language: node_js
node_js:
- "9"
- "12"
- "10"
- "8"
- "6"
- "4"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "SAP SE",
"license": "Apache-2.0",
"engines": {
"node": ">= 4"
"node": ">= 8.5"
},
"dependencies": {
"async": "^2.6.3",
Expand Down

0 comments on commit 42b6391

Please sign in to comment.