Skip to content

Commit d47c737

Browse files
committed
build: drop support for Node versions 6 and 8 (#33)
* 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.
1 parent 6a65a2b commit d47c737

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

migration-guide.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Migration Guide for v1
2+
3+
## Breaking Changes
4+
Node versions 6 and 8 are no longer supported.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"vcap_services": "~0.3.4"
7070
},
7171
"engines": {
72-
"node": ">=6"
72+
"node": ">=10"
7373
},
7474
"scripts": {
7575
"commitmsg": "commitlint -E GIT_PARAMS",

0 commit comments

Comments
 (0)