Skip to content

Commit ce05e85

Browse files
committed
ci: pin deno version to 1.x until builds are ready for 2.x
1 parent f85b1e1 commit ce05e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deno-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
- name: Setup Deno
1212
uses: denoland/setup-deno@v1
1313
with:
14-
deno-version: vx.x.x
14+
deno-version: v1.x.x
1515
- name: Test
1616
run: deno test -A edge-runtime/

0 commit comments

Comments
 (0)