Skip to content

aube runtime set

  • Usage: aube runtime set [FLAGS] <NAME> <VERSION>

Pin a runtime in package.json devEngines.runtime and install it

Arguments

<NAME>

Runtime name (only node is supported)

<VERSION>

Version request: an exact version, a range (^24, 22), lts, latest, or an LTS codename (lts/jod)

Flags

-g --global

Install for the user instead of the project (delegates to mise use -g node@<version> when mise manages installs)

--on-fail <POLICY>

onFail policy written to devEngines.runtime

Default: download

--save-exact

Pin the exact resolved version instead of a caret range

MIT LicensejdxCopyright © 2026 jdx.dev