Skip to content

Commit

Permalink
feat(chore): remove support for node v14 (#131)
Browse files Browse the repository at this point in the history
version 14 of Nodejs reaches its end of life

BREAKING CHANGE:
End of life of Node v14

GH-130
  • Loading branch information
RaghavaroraSF committed May 11, 2023
1 parent 0c765bc commit 2a7eec3
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 @@ -72,7 +72,7 @@
}
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"scripts": {
"build": "lb-tsc",
Expand Down

0 comments on commit 2a7eec3

Please sign in to comment.