Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Actually require node 20.
  • Loading branch information
hildjj committed May 6, 2025
commit be153cdbaa05f1126ff2cc0e356285d1ac83c893
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
"node": ">=20"
}
}