Skip to content

Commit 36159c8

Browse files
authored
Change test workflow Deno version from stable to lts
1 parent 1730304 commit 36159c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deno.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Deno
2929
uses: denoland/setup-deno@v2
3030
with:
31-
deno-version: stable
31+
deno-version: lts
3232

3333
# - name: Verify formatting
3434
# run: deno fmt --check

0 commit comments

Comments
 (0)