Skip to content

Commit

Permalink
try bun for changeset (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco authored Dec 17, 2024
1 parent d75b6d1 commit 66530a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup Node.js 20
uses: actions/setup-node@v3
- name: Use Bun
uses: oven-sh/setup-bun@v2
with:
node-version: 20
bun-version: latest

- name: Install Changesets
run: yarn
- name: Install deps
run: bun install --frozen-lockfile

- name: Create Release Pull Request
uses: changesets/action@v1
Expand Down

0 comments on commit 66530a7

Please sign in to comment.