Skip to content

Commit 5d0ce25

Browse files
committed
fix: pin bun to 1.2.23 for dashdoc compatibility
1 parent f9b3d60 commit 5d0ce25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
- name: Setup Bun
5959
uses: oven-sh/setup-bun@v2
6060
with:
61-
bun-version: "1.3.5"
61+
bun-version: "1.2.23"
6262

6363
- name: Install dependencies
6464
shell: bash

0 commit comments

Comments
 (0)