Skip to content

Commit 566ea02

Browse files
feat(chore): remove support for node v14 (#156)
Version 14 of Nodejs reaches its end of life BREAKING CHANGE: End of life of Node v14 GH-155
1 parent 941c18c commit 566ea02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"engines": {
27-
"node": ">=14"
27+
"node": ">=16"
2828
},
2929
"scripts": {
3030
"build": "npm run clean && lb-tsc",

0 commit comments

Comments
 (0)