Skip to content

Commit 3ca1f6d

Browse files
committed
fix: use node22 in package.json
1 parent 6ff7053 commit 3ca1f6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"packageManager": "pnpm@10.18.1",
2020
"engines": {
21-
"node": ">=24"
21+
"node": ">=22"
2222
},
2323
"main": "./dist/index.js",
2424
"module": "./dist/index.js",

0 commit comments

Comments
 (0)