Skip to content

Commit 1a780f3

Browse files
committedSep 2, 2024··
Downgrade deno to 1.46.1 to see if fixes windows msedge test
1 parent 9576356 commit 1a780f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/shared-test-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: 🦕 Install Deno
5050
uses: denoland/setup-deno@v1
5151
with:
52-
deno-version: vx.x.x
52+
deno-version: v1.46.1
5353

5454
- name: Disable GitHub Actions Annotations
5555
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.