chore: atualiza Bun para versao 1.3.4
Some checks failed
CI/CD Web + Desktop / Detect changes (push) Successful in 5s
Quality Checks / Lint, Test and Build (push) Successful in 4m1s
CI/CD Web + Desktop / Deploy Convex functions (push) Has been skipped
CI/CD Web + Desktop / Deploy (VPS Linux) (push) Has been cancelled

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
esdrasrenan 2025-12-16 23:55:57 -03:00
parent 52452f3023
commit 2bdc5ae882
3 changed files with 5 additions and 5 deletions

View file

@ -73,7 +73,7 @@ jobs:
- name: Setup Bun
uses: https://github.com/oven-sh/setup-bun@v2
with:
bun-version: 1.3.1
bun-version: 1.3.4
- name: Sync workspace to APP_DIR (preserving local env)
run: |

View file

@ -25,7 +25,7 @@ jobs:
- name: Setup Bun
uses: https://github.com/oven-sh/setup-bun@v2
with:
bun-version: 1.3.1
bun-version: 1.3.4
- name: Install dependencies
run: bun install --frozen-lockfile