add bun to build dependencies

This commit is contained in:
2025-02-15 16:46:22 -08:00
parent 1abeda66bb
commit 4126d6a67a

View File

@@ -18,11 +18,15 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 18 node-version: 18
- name: build - name: setup
run: | run: |
apt update apt update
apt-get install -y zip apt-get install -y zip
pack install contrib pack install contrib
- name: use bun
uses: oven-sh/setup-bun@v2
- name: build
run: |
make make
cd playground cd playground
npm install -g esbuild vite npm install -g esbuild vite