Skip to content

Commit 701cf80

Browse files
jsollyclaude
andcommitted
chore: pin engines.node to 24.x (was >=22.12.0)
Aligns learn-the-far's package.json engines with .nvmrc (24) and the fleet Node standard so the declared floor can't drift below the major everything actually runs on. No runtime change: .nvmrc and CI already resolve to 24. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 381757e commit 701cf80

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
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.0.1",
55
"engines": {
6-
"node": ">=22.12.0"
6+
"node": "24.x"
77
},
88
"scripts": {
99
"dev": "astro dev",

0 commit comments

Comments
 (0)