Skip to content

Commit a6e632f

Browse files
committed
refactor!: minimum node version >= 22
1 parent 31e3a67 commit a6e632f

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
@@ -48,7 +48,7 @@
4848
"dist"
4949
],
5050
"engines": {
51-
"node": ">=16"
51+
"node": ">=22"
5252
},
5353
"scripts": {
5454
"build": "tsup",

0 commit comments

Comments
 (0)