Skip to content

Commit 3feb5c8

Browse files
catomeanclaude
andcommitted
chore: declare node >=20, the version the box actually runs
Was: >=18. Eighteen of thirty repos declared no Node version at all, and the twelve that did used five spellings of the same intent - >=18, >=20, >=20.0.0, >=22, >=22.19.0. The box runs 20.20.2, so >=22 was a claim nothing could satisfy and nothing would have caught. One spelling, matching the machine that runs it, turns an invisible mismatch into a loud one. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UvjGNAS9CMfEGNW26tUR4P
1 parent dbc607d commit 3feb5c8

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
@@ -24,7 +24,7 @@
2424
"type": "module",
2525
"sideEffects": false,
2626
"engines": {
27-
"node": ">=18"
27+
"node": ">=20"
2828
},
2929
"publishConfig": {
3030
"access": "public",

0 commit comments

Comments
 (0)