Skip to content

Commit 853315b

Browse files
committed
fix: update Bun version to 1.2.12 in GitHub Actions workflow
1 parent 68f5c5d commit 853315b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup Bun
1111
uses: oven-sh/setup-bun@v2
1212
with:
13-
bun-version: 1.2
13+
bun-version: 1.2.12
1414

1515
- name: Install dependencies
1616
run: bun install

0 commit comments

Comments
 (0)