Runs node <executable> ...args on the host.
node <executable> ...args
Run node <executable> ...args (or sudo -E node ... when useSudo) on the host with NO_COLOR/CI forced into the env. Default timeout 30s. Non-zero exits resolve normally (check success); throws a plain Error when options.executable is missing.
sudo -E node ...
success
options.executable
Runs
node <executable> ...argson the host.