Skip to content

Commit 31a0b8f

Browse files
chore!: minimum supported Node.js version is 18.12.0
1 parent ee0007e commit 31a0b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"main": "dist/index.js",
1515
"types": "types/index.d.ts",
1616
"engines": {
17-
"node": ">= 14.15.0"
17+
"node": ">= 18.12.0"
1818
},
1919
"scripts": {
2020
"start": "npm run build -- -w",

0 commit comments

Comments
 (0)