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:
Jesse Dijkstra
2024-07-05 15:33:22 +09:00
committed by GitHub
co-authored by Yoshiya Hinosawa
parent 041b854f97
commit edde9366ea
7 changed files with 84 additions and 3 deletions
+2
View File
@@ -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."