Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 7372db3

Browse files
committed
chore(deps): drop node 14 support (>= 16)
BREAKING CHANGE: Drops support for node@14, lowest version is now node@16
1 parent 0343b16 commit 7372db3

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
@@ -30,7 +30,7 @@
3030
"license": "MIT",
3131
"main": "dist/index.js",
3232
"engines": {
33-
"node": ">=14.6.0"
33+
"node": ">=16"
3434
},
3535
"scripts": {
3636
"prepublish": "npm run build",

0 commit comments

Comments
 (0)