Skip to content

Commit

Permalink
chore: use deno v1.34 in test for MMS HTTP issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jun 8, 2023
1 parent f7c6d3e commit 3a6b0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.33.x
deno-version: v1.34.x
- run: deno --version
- run: npm install
- name: Run Deno tests
Expand Down

0 comments on commit 3a6b0dd

Please sign in to comment.