Skip to content

Commit ef7c13f

Browse files
Upgrade minimum Node version to 20 (#48) (#49)
1 parent 8a750e8 commit ef7c13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"license": "MIT",
77
"engines": {
8-
"node": ">=18.0.0"
8+
"node": ">=20.0.0"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)