Skip to content

Commit

Permalink
chore: drop support for Node 6
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node 6 is not supported anymore.
  • Loading branch information
honzajavorek committed May 31, 2019
1 parent 2cc9e7f commit 03a5b80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
env: "JOB=quality_checks"
script: "npm run ci:lint"

- env: "JOB=node6"
node_js: "6"
script: "npm run ci:test"

- env: "JOB=node8"
node_js: "8"
script: "npm run ci:test"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Compiles HTTP Transactions (Request-Response pairs) from an API description document",
"main": "index.js",
"engines": {
"node": ">= 6"
"node": ">= 8"
},
"scripts": {
"prepack": "node ./scripts/prepack.js",
Expand Down

0 comments on commit 03a5b80

Please sign in to comment.