chore: update CI workflows to use Bun for package management and build process

This commit is contained in:
CaIon
2025-06-08 02:34:06 +08:00
parent 28a2387dff
commit e09931558e
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ jobs:
CI: "" CI: ""
run: | run: |
cd web cd web
npm install bun install
REACT_APP_VERSION=$(git describe --tags) npm run build REACT_APP_VERSION=$(git describe --tags) bun run build
cd .. cd ..
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v3
+2 -2
View File
@@ -23,8 +23,8 @@ jobs:
CI: "" CI: ""
run: | run: |
cd web cd web
npm install bun install
REACT_APP_VERSION=$(git describe --tags) npm run build REACT_APP_VERSION=$(git describe --tags) bun run build
cd .. cd ..
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v3
+2 -2
View File
@@ -26,8 +26,8 @@ jobs:
CI: "" CI: ""
run: | run: |
cd web cd web
npm install bun install
REACT_APP_VERSION=$(git describe --tags) npm run build REACT_APP_VERSION=$(git describe --tags) bun run build
cd .. cd ..
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v3