docs: add lts as possible release-channel output (#99)

(cherry picked from commit e4ff81cdb2)
This commit is contained in:
Christian Svensson
2025-11-27 01:37:33 +01:00
committed by Leo Kettmeir
parent 0c3e771df3
commit 2af9d572ec

View File

@@ -113,7 +113,7 @@ This is useful when you want to install different versions of Deno side by side.
You can determine the release channel reading back the `release-channel` output.
Valid values are `stable`, `canary` and `rc`.
Valid values are `stable`, `lts`, `canary` and `rc`.
```yaml
- uses: denoland/setup-deno@v2