chore: update package manager to bun@1.3.14 in package.json

This commit is contained in:
LTbinglingfeng
2026-05-23 22:46:21 +08:00
Unverified
parent 0fa6b741b2
commit 57a30634fc
6 changed files with 658 additions and 4122 deletions
+7 -3
View File
@@ -23,13 +23,17 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '24'
cache: 'npm'
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: '1.3.14'
- name: Install dependencies
run: npm ci
run: bun install --frozen-lockfile
- name: Build all-in-one HTML
run: npm run build
run: bun run build
env:
VERSION: ${{ github.ref_name }}