Skip to content

Commit 0aa8acc

Browse files
authored
chore: Use new text-based bun lockfile (#3846)
* chore: use new text-based `bun.lock` * chore: update bun version to 1.1.39 bun v1.1.39 is the minimum version to use text-based bun.lock file * fix(actions): add bun install for bun runtime test
1 parent d72aa4b commit 0aa8acc

File tree

6 files changed

+2041
-6278
lines changed

6 files changed

+2041
-6278
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
node-version: '20.x'
4949
- uses: oven-sh/setup-bun@v2
5050
with:
51-
bun-version: '1.1.33'
51+
bun-version: '1.1.39'
5252
- run: bun install
5353
- run: bun run format
5454
- run: bun run lint
@@ -95,7 +95,8 @@ jobs:
9595
- uses: actions/checkout@v4
9696
- uses: oven-sh/setup-bun@v2
9797
with:
98-
bun-version: '1.1.33'
98+
bun-version: '1.1.39'
99+
- run: bun install
99100
- run: bun run test:bun
100101
- uses: actions/upload-artifact@v4
101102
with:

0 commit comments

Comments
 (0)