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:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -73,6 +73,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "Contents:" && ls -la artifact || true
|
echo "Contents:" && ls -la artifact || true
|
||||||
|
|
||||||
|
- name: Install Bun
|
||||||
|
uses: oven-sh/setup-bun@v2
|
||||||
|
|
||||||
- name: Prepare deployment
|
- name: Prepare deployment
|
||||||
run: |
|
run: |
|
||||||
bun install -g edgeone vercel wrangler
|
bun install -g edgeone vercel wrangler
|
||||||
|
|||||||
Reference in New Issue
Block a user