christiandoxa/Setup upkit
Install upkit from npm and add the CLI to PATH for later workflow steps.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package | npm package name, tarball, folder, or URL to install. | no | @christiandoxa/upkit |
| version | Version to install when package points at an npm registry package. | no | latest |
| extra-packages | Additional npm package specs to install in the same command. | no | "" |
| node-version | Node.js version used for npm install. | no | 22 |
Outputs
| name | description |
|---|---|
| version | Installed upkit CLI version. |
| bin_dir | Directory added to PATH for the upkit binary. |
| package_spec | Primary package spec passed to npm install. |