Skip to content

Commit 8478ef6

Browse files
authored
chore(planner/nodejs): upgrade to Node.js 24
1 parent 4cccd50 commit 8478ef6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/nodejs/plan.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ func GetScriptCommand(ctx *nodePlanContext, script string) string {
547547

548548
const (
549549
defaultNodeVersion = "22"
550-
maxNodeVersion uint64 = 23
550+
maxNodeVersion uint64 = 24
551551
maxLtsNodeVersion uint64 = 22
552552
minNodeVersion uint64 = 16
553553
)

0 commit comments

Comments
 (0)