From 99539bbdcb61c0a99217c42aa2f42143ac6c66ed Mon Sep 17 00:00:00 2001 From: igm Date: Sun, 11 Jan 2026 12:27:52 +0800 Subject: [PATCH] Update Bun version to 1.3.5 Co-Authored-By: Claude Opus 4.5 --- .gitea/workflows/ci.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 0315028..98ed36b 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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 diff --git a/package.json b/package.json index 716ea30..29a733d 100644 --- a/package.json +++ b/package.json @@ -32,5 +32,5 @@ "tslib": "^2.8.1", "typescript": "^5.7.2" }, - "packageManager": "bun@1.1.42" + "packageManager": "bun@1.3.5" }