update
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Node.js CI
|
||||
name: Build and Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -73,6 +73,9 @@ jobs:
|
||||
run: |
|
||||
echo "Contents:" && ls -la artifact || true
|
||||
|
||||
- name: Install Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
|
||||
- name: Prepare deployment
|
||||
run: |
|
||||
bun install -g edgeone vercel wrangler
|
||||
|
||||
Reference in New Issue
Block a user