Skip to content

Commit

Permalink
Add setup-bun action to install the latest version of bun
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Dec 28, 2023
1 parent 5477d58 commit 5c297ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
cache: "pnpm"
- name: Install dependencies
run: pnpm install --no-frozen-lockfile

- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Create Release Pull Request
uses: changesets/action@v1
with:
Expand Down

0 comments on commit 5c297ba

Please sign in to comment.