Update Bun version to 1.3.5

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
igm
2026-01-11 12:27:52 +08:00
parent eedd664db8
commit 99539bbdcb
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: "1.1.42"
bun-version: "1.3.5"
- name: Install dependencies
run: bun install --frozen-lockfile