vltpkg/Setup vlt
Download, install, and setup vlt to your path.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| vlt-version | The version of vlt to install (e.g. "latest", "1.0.0-rc.18", "1.x") | no | latest |
| vlt-version-file | File to read vlt version from (e.g. "package.json", ".vlt-version") | no | — |
| registry-url | The npm registry URL to use for installing vlt | no | — |
| no-cache | Disable caching of vlt installation | no | false |
| token | GitHub token for API requests (helps avoid rate limiting) | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| vlt-version | The version of vlt that was installed |
| vlt-path | The path to the vlt executable |
| cache-hit | Whether the vlt installation was restored from cache |