Skip to content

Commit

Permalink
feat: use exact bun version to build (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
y3owk1n authored Dec 2, 2024
1 parent 8018475 commit 72ed67b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: oven-sh/setup-bun@v2
if: ${{ steps.release.outputs.release_created }}
with:
bun-version: latest
bun-version: 1.1.34

- uses: actions/cache@v4
if: ${{ steps.release.outputs.release_created }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
bun-version: 1.1.34

- uses: actions/cache@v4
with:
Expand Down

0 comments on commit 72ed67b

Please sign in to comment.