Skip to content

Commit b22ed4a

Browse files
authored
build: allow node v24
1 parent 4c2d60c commit b22ed4a

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
@@ -19,7 +19,7 @@
1919
},
2020
"packageManager": "pnpm@10.20.0",
2121
"engines": {
22-
"node": "^22.11.0",
22+
"node": "^22.11.0 || >=24.11.0",
2323
"pnpm": "^10.0.0"
2424
}
2525
}

0 commit comments

Comments
 (0)