Skip to content

Commit

Permalink
Merge pull request #167 from telefonicaid/remove-v8v10
Browse files Browse the repository at this point in the history
REMOVE node v8 and v10
  • Loading branch information
AlvaroVega authored Apr 29, 2022
2 parents a868261 + 4de70ce commit 6abd285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Set Nodejs 12 as minimum version in packages.json (effectively removing Nodev8 and Nodev10 from supported versions)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"main": "lib/lwm2m-node-lib",
"engines": {
"node": ">=8"
"node": ">=12"
},
"scripts": {
"clean": "rm -rf package-lock.json && rm -rf node_modules && rm -rf coverage",
Expand Down

0 comments on commit 6abd285

Please sign in to comment.