Skip to content

Commit 3a6b0dd

Browse files
committedJun 8, 2023
chore: use deno v1.34 in test for MMS HTTP issues
1 parent f7c6d3e commit 3a6b0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Setup Deno
9797
uses: denoland/setup-deno@v1
9898
with:
99-
deno-version: v1.33.x
99+
deno-version: v1.34.x
100100
- run: deno --version
101101
- run: npm install
102102
- name: Run Deno tests

0 commit comments

Comments
 (0)
Please sign in to comment.