Skip to content

Commit

Permalink
github: workflows: test-and-deploy: Fix version of bun to 1.0.3
Browse files Browse the repository at this point in the history
Fix problems with vite
Check oven-sh/bun#6302

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Oct 13, 2023
1 parent 324c2a5 commit ace6ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Expand Up @@ -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
Expand Down

0 comments on commit ace6ad8

Please sign in to comment.