Skip to content

Commit

Permalink
chore(ci): add setup-bun step name
Browse files Browse the repository at this point in the history
  • Loading branch information
RealHeart committed Apr 14, 2024
1 parent 189baa7 commit 63ebb97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
- uses: oven-sh/setup-bun@v1
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install Dependencies
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
- uses: oven-sh/setup-bun@v1
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install Dependencies
Expand Down

0 comments on commit 63ebb97

Please sign in to comment.