From e4ff81cdb2791c6378ce29a7fbf02fc798992f78 Mon Sep 17 00:00:00 2001 From: Christian Svensson Date: Thu, 27 Nov 2025 01:37:33 +0100 Subject: [PATCH] docs: add lts as possible release-channel output (#99) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f276b8..f09f242 100644 --- a/README.md +++ b/README.md @@ -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