Skip to content

Commit b05b17a

Browse files
authored
fix(ci): Pin bun version for algolia indexing (#11919)
1 parent 4da02d8 commit b05b17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/algolia-index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- 'develop-docs/**'
2626
- uses: oven-sh/setup-bun@v2
2727
with:
28-
bun-version: latest
28+
bun-version: '1.1.34'
2929

3030
- uses: actions/cache@v4
3131
id: cache

0 commit comments

Comments
 (0)