From 8f9884ed892d03760664809e22c46ee353c95bcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Fri, 13 Oct 2023 08:33:05 -0700 Subject: [PATCH] github: workflows: test-and-deploy: Fix version of bun to 1.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix problems with vite Check https://github.com/oven-sh/bun/issues/6302 Signed-off-by: Patrick José Pereira --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 0fd6ade17..b90c49dc4 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -65,7 +65,7 @@ jobs: - uses: oven-sh/setup-bun@v1 with: - bun-version: latest + bun-version: 1.0.3 - name: Bun install run: bun install --cwd ./core/frontend