kjanat/Setup runner cli
Install the runner / run CLI from npm (prebuilt, platform-resolved binaries).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Tool version to install: `latest` (default), exact pin (`v?0.10.0`), or semver prefix (`1`, `0.10`, `v0.10`). | — | latest |
Outputs
| name | description |
|---|---|
| version | Concrete installed version (e.g. `0.10.0`), resolved post-install. |
| bin-dir | Directory containing the `runner` / `run` binaries (added to PATH). |
| runner-bin | Full path to the `runner` binary. |
| run-bin | Full path to the `run` binary. |