Skip to content

Commit 8ac0078

Browse files
committed
ci: pin Bun version
1 parent afc779e commit 8ac0078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: oven-sh/setup-bun@v1
1212
with:
13-
bun-version: latest
13+
bun-version: 1.1.3
1414

1515
- name: Build and test the library
1616
run: |

0 commit comments

Comments
 (0)