You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2025. It is now read-only.
deno-version:
The Deno version to install. Can be a semver version of a stable release, 'canary' for the latest canary, or the Git hash of a specific canary release.
See setup-deno for examples.
Defaults to 2.x.
deno-json-path:
The path to the Deno config file to use for caching.
Defaults to an empty string, using the built-in CLI default.
deno-lock-path:
The path to the lock file to use for caching.
Defaults to ./deno.lock.
directory:
The path to the scripts to cache. This can be useful if Deno is only part of your repo, and stored in a subdirectory.
Defaults to the repo root.
Outputs:
deno-version: The Deno version that was installed.
is-canary: If the installed Deno version was a canary version.
cache-hit: A boolean value to indicate an exact match was found for the key.