From 1f222bc8ae0f6c4ecf941b8498e12c633d0793ac Mon Sep 17 00:00:00 2001 From: reda <47112551+redabacha@users.noreply.github.com> Date: Mon, 2 Sep 2024 20:33:17 +0100 Subject: [PATCH] Install deno for integration tests --- .github/workflows/shared-test-integration.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/shared-test-integration.yml b/.github/workflows/shared-test-integration.yml index 51190a0ec93..add5bb55cd9 100644 --- a/.github/workflows/shared-test-integration.yml +++ b/.github/workflows/shared-test-integration.yml @@ -46,6 +46,11 @@ jobs: node-version: ${{ matrix.node }} cache: "pnpm" + - name: 🦕 Install Deno + uses: denoland/setup-deno@v1 + with: + deno-version: vx.x.x + - name: Disable GitHub Actions Annotations run: | echo "::remove-matcher owner=tsc::"