From 6acfe31ee9b68beac958efbdd850a88fed912f50 Mon Sep 17 00:00:00 2001 From: CaIon <1808837298@qq.com> Date: Sun, 8 Jun 2025 02:45:18 +0800 Subject: [PATCH] chore: update CI workflows to use Bun for package management across all platforms --- .github/workflows/linux-release.yml | 4 ++-- .github/workflows/macos-release.yml | 4 ++-- .github/workflows/windows-release.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/linux-release.yml b/.github/workflows/linux-release.yml index f9deab7c..1e9ebce2 100644 --- a/.github/workflows/linux-release.yml +++ b/.github/workflows/linux-release.yml @@ -20,9 +20,9 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: oven-sh/setup-bun@v2 with: - node-version: 18 + bun-version: latest - name: Build Frontend env: CI: "" diff --git a/.github/workflows/macos-release.yml b/.github/workflows/macos-release.yml index f7591ab6..6fca25f7 100644 --- a/.github/workflows/macos-release.yml +++ b/.github/workflows/macos-release.yml @@ -20,9 +20,9 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: oven-sh/setup-bun@v2 with: - node-version: 18 + bun-version: latest - name: Build Frontend env: CI: "" diff --git a/.github/workflows/windows-release.yml b/.github/workflows/windows-release.yml index 51a343e8..275514af 100644 --- a/.github/workflows/windows-release.yml +++ b/.github/workflows/windows-release.yml @@ -23,9 +23,9 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: oven-sh/setup-bun@v2 with: - node-version: 18 + bun-version: latest - name: Build Frontend env: CI: ""