mirror of
https://github.com/denoland/setup-deno.git
synced 2026-08-16 00:00:35 +02:00
feat: add .tool-versions and .dvmrc support (#61)
--------- Signed-off-by: Jesse Dijkstra <[email protected]> Co-authored-by: Yoshiya Hinosawa <[email protected]>
This commit is contained in:
co-authored by
Yoshiya Hinosawa
parent
041b854f97
commit
edde9366ea
@@ -8,6 +8,8 @@ inputs:
|
||||
deno-version:
|
||||
description: 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.
|
||||
default: "1.x"
|
||||
deno-version-file:
|
||||
description: File containing the Deno version to install such as .dvmrc or .tool-versions.
|
||||
outputs:
|
||||
deno-version:
|
||||
description: "The Deno version that was installed."
|
||||
|
||||
Reference in New Issue
Block a user