Skip to content

Commit 14dd2dc

Browse files
authored
build: allow node v24
1 parent fad1623 commit 14dd2dc

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
@@ -20,7 +20,7 @@
2020
},
2121
"packageManager": "[email protected]",
2222
"engines": {
23-
"node": "^22.11.0",
23+
"node": "^22.11.0 || >=24.11.0",
2424
"pnpm": "^10.0.0"
2525
}
2626
}

0 commit comments

Comments
 (0)