Skip to content

Commit 7dce11a

Browse files
committed
install bun in the actions build
1 parent 7ebe92e commit 7dce11a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ jobs:
88
timeout-minutes: 60
99
steps:
1010
- uses: actions/checkout@v4
11+
- uses: oven-sh/setup-bun@v2
1112
- name: Build & Deploy Worker
12-
uses: cloudflare/wrangler-action@v3.14.0
13+
uses: cloudflare/wrangler-action@v3
1314
with:
1415
apiToken: ${{ secrets.CF_API_TOKEN }}
1516
accountId: ${{ secrets.CF_ACCOUNT_ID }}
17+
packageManager: bun

0 commit comments

Comments
 (0)