Skip to content

Commit

Permalink
build: drop support for Node versions 6 and 8 (#33)
Browse files Browse the repository at this point in the history
* build: drop support for Node versions 6 and 8

* ci: stop running builds on node 6 and 8

BREAKING CHANGE: This SDK may no longer work with applications running on Node 6 or 8.
  • Loading branch information
dpopp07 committed Oct 3, 2019
1 parent 6a65a2b commit d47c737
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions migration-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Migration Guide for v1

## Breaking Changes
Node versions 6 and 8 are no longer supported.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"vcap_services": "~0.3.4"
},
"engines": {
"node": ">=6"
"node": ">=10"
},
"scripts": {
"commitmsg": "commitlint -E GIT_PARAMS",
Expand Down

0 comments on commit d47c737

Please sign in to comment.