Skip to content

Commit

Permalink
feat(chore): remove support for node v14,v12,v10 (#111)
Browse files Browse the repository at this point in the history
Version 14, v12, v10 of Nodejs reached its end of life

BREAKING CHANGE:
End of life of node v14, node v12 and node v10

GH-110
  • Loading branch information
RaghavaroraSF committed May 11, 2023
1 parent 8fb49b6 commit 8a00196
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 @@ -8,7 +8,7 @@
],
"main": "index.js",
"engines": {
"node": ">=8.9"
"node": ">=16"
},
"scripts": {
"build": "npm run clean && lb-tsc",
Expand Down

0 comments on commit 8a00196

Please sign in to comment.