Skip to content

Commit

Permalink
feat(chore): remove support for node v14,v12,v10
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-64
  • Loading branch information
RaghavaroraSF committed May 9, 2023
1 parent db60362 commit a949083
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 @@ -9,7 +9,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10.16"
"node": ">=16"
},
"private": false,
"scripts": {
Expand Down

0 comments on commit a949083

Please sign in to comment.