Skip to content

Commit d3bfc9d

Browse files
authored
fix(CI): add bun setup (#462)
1 parent 6330c3b commit d3bfc9d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
cache: 'pnpm'
3333
registry-url: 'https://registry.npmjs.org'
3434

35+
- name: Use Bun
36+
uses: oven-sh/setup-bun@v2
37+
with:
38+
bun-version: latest
39+
3540
- name: Install dependencies
3641
run: pnpm install --frozen-lockfile
3742

0 commit comments

Comments
 (0)