Skip to content

Commit c95d957

Browse files
committed
chore(ci): use deno 1.8.x for release workflow
1 parent 5c20cbf commit c95d957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Deno
1717
uses: denolib/setup-deno@v2
1818
with:
19-
deno-version: v1.x
19+
deno-version: v1.8.x
2020

2121
- name: Setup eggs
2222
run: >

0 commit comments

Comments
 (0)