Skip to content

Commit

Permalink
chore: Use new text-based bun lockfile (#3846)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ryoppippi authored Jan 31, 2025
1 parent d72aa4b commit 0aa8acc
Show file tree
Hide file tree
Showing 6 changed files with 2,041 additions and 6,278 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
node-version: '20.x'
- uses: oven-sh/setup-bun@v2
with:
bun-version: '1.1.33'
bun-version: '1.1.39'
- run: bun install
- run: bun run format
- run: bun run lint
Expand Down Expand Up @@ -95,7 +95,8 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: '1.1.33'
bun-version: '1.1.39'
- run: bun install
- run: bun run test:bun
- uses: actions/upload-artifact@v4
with:
Expand Down
Loading

0 comments on commit 0aa8acc

Please sign in to comment.