From 1a780f3d2c40da4eff7db01abbe689276ccd5637 Mon Sep 17 00:00:00 2001 From: reda <47112551+redabacha@users.noreply.github.com> Date: Mon, 2 Sep 2024 22:34:08 +0100 Subject: [PATCH] Downgrade deno to 1.46.1 to see if fixes windows msedge test --- .github/workflows/shared-test-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shared-test-integration.yml b/.github/workflows/shared-test-integration.yml index add5bb55cd9..137b0947609 100644 --- a/.github/workflows/shared-test-integration.yml +++ b/.github/workflows/shared-test-integration.yml @@ -49,7 +49,7 @@ jobs: - name: 🦕 Install Deno uses: denoland/setup-deno@v1 with: - deno-version: vx.x.x + deno-version: v1.46.1 - name: Disable GitHub Actions Annotations run: |