Skip to content

Commit

Permalink
Merge pull request #146 from telefonicaid/hardening/138_remove_node_v6
Browse files Browse the repository at this point in the history
REMOVE node v6 ADD node v12
  • Loading branch information
AlvaroVega committed Aug 2, 2019
2 parents 74a163b + 6c7d984 commit 9145fda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,9 +1,9 @@
language: node_js

node_js:
- "6"
- "8"
- "10"
- "12"

branches:
only:
Expand Down
1 change: 1 addition & 0 deletions CHANGES_NEXT_RELEASE
@@ -0,0 +1 @@
- Set Nodejs 8 as minimum version in packages.json (effectively removing Nodev6 from supported versions)
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
},
"main": "lib/lwm2m-node-lib",
"engines": {
"node": ">=6.14.4"
"node": ">=8"
},
"scripts": {
"clean": "rm -rf package-lock.json && rm -rf node_modules && rm -rf coverage",
Expand Down

0 comments on commit 9145fda

Please sign in to comment.