Skip to content

Commit b126332

Browse files
chore: fix bun version in publish workflow
1 parent 33115f9 commit b126332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
- uses: oven-sh/setup-bun@v2
9797
with:
98-
bun-version: 1.3.x
98+
bun-version: latest
9999

100100
- name: setup node
101101
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)