Skip to content

Commit

Permalink
fix bun version
Browse files Browse the repository at this point in the history
  • Loading branch information
RPDeshaies committed Dec 13, 2023
1 parent c6054ea commit b56b0f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Use Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
bun-version: 1.0.15
# Install
- name: Install
run: bun install
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Use Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
bun-version: 1.0.15
# Install
- name: Install
run: bun install
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Use Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
bun-version: 1.0.15
# Install
- name: Install
run: bun install
Expand Down

0 comments on commit b56b0f5

Please sign in to comment.