Skip to content

Commit

Permalink
bun v
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Jun 19, 2024
1 parent 7791dd1 commit 021ac66
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use Bun 1.0.29
- name: Use Bun 1.1.13
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.29
bun-version: 1.1.13

- run: bun install --frozen-lockfile

Expand All @@ -25,10 +25,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use Bun 1.0.29
- name: Use Bun 1.1.13
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.29
bun-version: 1.1.13

- run: bun install --frozen-lockfile

Expand All @@ -40,10 +40,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use Bun 1.0.29
- name: Use Bun 1.1.13
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.29
bun-version: 1.1.13

- run: bun install --frozen-lockfile

Expand Down

0 comments on commit 021ac66

Please # to comment.