denoland/Setup Deno
Setup Deno by installing, downloading, and adding it to the path.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| deno-version | The Deno version to install. Can be a semver version of a stable release, "canary" for the latest canary, "lts" for the latest LTS, or the Git hash of a specific canary release. | — | 2.x |
| deno-version-file | File containing the Deno version to install such as .dvmrc or .tool-versions. | — | — |
| deno-binary-name | The name to use for the binary. | — | deno |
| cache | Cache downloaded modules & packages automatically in GitHub Actions cache. | — | false |
| cache-hash | A hash used as part of the cache key, which defaults to a hash of the deno.lock files. | — | — |
Outputs
| name | description |
|---|---|
| cache-hit | A boolean indicating whether the cache was hit. |
| deno-version | The Deno version that was installed. |
| release-channel | The release channel of the installed version. |