mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-06-16 21:03:58 +08:00
chore: update package manager to bun@1.3.14 in package.json
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user