Skip to content

Commit e46514f

Browse files
committed
Add Bun installation step in GitHub Actions workflow for publishing
1 parent ee25261 commit e46514f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
with:
2323
deno-version: 'latest'
2424

25+
- name: Install Bun
26+
uses: oven-sh/setup-bun@v1
27+
with:
28+
bun-version: 'latest'
29+
2530
- name: Install Node.js
2631
uses: actions/setup-node@v4
2732
with:
@@ -65,4 +70,4 @@ jobs:
6570
gh release create "v$VERSION" \
6671
--title "Release v$VERSION" \
6772
--notes "Release v$VERSION" \
68-
--latest
73+
--latest

0 commit comments

Comments
 (0)