mirror of
https://github.com/multipleof4/sune.git
synced 2026-03-17 03:01:03 +00:00
Refactor: use Bun in CI
This commit is contained in:
6
.github/workflows/BUILD.yml
vendored
6
.github/workflows/BUILD.yml
vendored
@@ -6,8 +6,8 @@ jobs:
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
token: ${{secrets.GITHUB_TOKEN}}
|
||||
- uses: actions/setup-node@v6
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
node-version: 24
|
||||
- run: npm install && npm run build
|
||||
bun-version: latest
|
||||
- run: bun install && bun run build
|
||||
- run: git config user.name github-actions[bot] && git config user.email 41898282+github-actions[bot]@users.noreply.github.com && git add . && git commit -m "This build was committed by a bot." && git push
|
||||
|
||||
Reference in New Issue
Block a user