Skip to content

Commit 12ab64a

Browse files
committed
chore(tests): pin bun version to 1.3.5 due to regression in 1.3.10
1 parent f896e38 commit 12ab64a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
- name: Install bun
2424
uses: oven-sh/setup-bun@v2
2525
with:
26-
bun-version: latest
26+
# Pin to 1.3.5: Bun 1.3.10 has a regression (descriptor.value undefined with NestJS/Swagger).
27+
# Fix merged in PR #27527 (Feb 28) but not yet in a release. Revert when 1.3.11+ is latest.
28+
bun-version: '1.3.5'
2729

2830
- name: Install dependencies
2931
run: bun install

0 commit comments

Comments
 (0)