Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: lock CI to use specific Bun version
There was a regression in v1.1.23: - oven-sh/bun#13896 That was fixed in v1.1.28, but that one contained a different regression: - oven-sh/bun#14029 In turn, that one was fixed in v1.1.29: - https://bun.sh/blog/bun-v1.1.29 Let's keep CI stable/controlled by locking the version number and only updating it after we've done local testing. We'll use the version file as described here: - https://github.com/oven-sh/setup-bun#using-version-file See also discussion of other ways to "lock" Bun version here: - oven-sh/bun#10955
- Loading branch information