denoland/Setup Deno

Setup Deno by installing, downloading, and adding it to the path.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
deno-versionThe 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-fileFile containing the Deno version to install such as .dvmrc or .tool-versions.
deno-binary-nameThe name to use for the binary.deno
cacheCache downloaded modules & packages automatically in GitHub Actions cache.false
cache-hashA hash used as part of the cache key, which defaults to a hash of the deno.lock files.
namedescription
cache-hitA boolean indicating whether the cache was hit.
deno-versionThe Deno version that was installed.
release-channelThe release channel of the installed version.