Skip to content

Commit

Permalink
chore: update Node.js engine matrix
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This drops explicit, documented support for Node.js
v10, v11, v12, v13, v15, v17

Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed Nov 20, 2022
1 parent d0e815b commit 070b88b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "6.2.0",
"description": "The official MongoDB connector for the LoopBack framework.",
"engines": {
"node": ">=10"
"node": "14 || 16 || 18"
},
"author": "IBM Corp.",
"main": "index.js",
Expand Down

0 comments on commit 070b88b

Please sign in to comment.