-
feat(runtime): add experimental Node.js 24 and 26 task runtimes (#4085)
发布于
2026-07-16 11:19:03 +00:00 | 448 次提交 在此版本后已推送到 mainSummary
Adds experimental Node.js 24 and 26 task runtimes through the
experimental-node-24andexperimental-node-26config values.Existing runtime defaults and the
node,node-22, andbunbehavior
remain unchanged. The unprefixednode-24andnode-26config values
remain unavailable until the runtimes are ready for general use.Design
Experimental config values normalize to canonical runtime identifiers
before build manifests are created, keeping deployment metadata and
execution behavior consistent. Kubernetes task pods also use the
runtime-default seccomp profile so modern Node.js versions fall back
from io_uring to checkpoint-compatible system calls.下载附件