Skip to content

Commit 4bb3969

Browse files
dahliaclaude
andcommitted
Pin Bun version to 1.2.22
Bun 1.2.23 introduced a regression causing false positives for nested test() detection, breaking previously working tests with "test() inside another test() is not yet implemented" errors. Pinning to 1.2.22 until this regression is fixed. oven-sh/bun#5090 Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7d65b9a commit 4bb3969

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
cache: pnpm
196196
- uses: oven-sh/setup-bun@v1
197197
with:
198-
bun-version: latest
198+
bun-version: 1.2.22
199199
- run: pnpm install
200200
- run: pnpm run --recursive test:bun
201201

mise.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tools]
2-
bun = "latest"
2+
# Bun version should be kept in sync with GitHub Actions workflows
3+
bun = "1.2.22"
34
# Deno version should be kept in sync with GitHub Actions workflows
45
deno = "2.5.0"
56
node = "22"

0 commit comments

Comments
 (0)