Skip to content

Commit

Permalink
chore: bump bun (bunp)
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-run committed Jan 28, 2025
1 parent 67df5e6 commit ceb8913
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.43
bun-version: 1.2.1
- run: bun install --frozen-lockfile
- run: bun run tsc
- run: bun run lint
Expand Down
2 changes: 2 additions & 0 deletions .mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tools]
bun = "1.2"

0 comments on commit ceb8913

Please sign in to comment.