chore: update Bun version in CI workflow to 1.2.8

This commit is contained in:
CaIon
2025-06-08 02:57:44 +08:00
parent d79b9e266e
commit a0844d5481

View File

@@ -22,7 +22,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- uses: oven-sh/setup-bun@v2 - uses: oven-sh/setup-bun@v2
with: with:
bun-version: latest bun-version: 1.2.8
- name: Build Frontend - name: Build Frontend
env: env:
CI: "" CI: ""