Skip to content

Commit 3e42c3e

Browse files
feat(chore): remove support for node v14,v12 (#162)
Both node v12 and node v14 have reached their end of life BREAKING CHANGE:- End of life of node v14 and node v12 GH-161
1 parent 0fa7db5 commit 3e42c3e

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
@@ -10,7 +10,7 @@
1010
],
1111
"main": "index.js",
1212
"engines": {
13-
"node": "12 || 14 || 16 || 17"
13+
"node": "16 || 17 || 18"
1414
},
1515
"scripts": {
1616
"build": "npm run clean && lb-tsc",

0 commit comments

Comments
 (0)