changed github actions workflow to use bun instead of node

This commit is contained in:
Vomitblood 2024-08-06 21:50:12 +08:00
parent 3e23d5c03d
commit 95e664a5a8

View file

@ -9,7 +9,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: node:20.6.1-alpine image: bun
steps: steps:
- name: Checkout Repository - name: Checkout Repository