Skip to content

Commit

Permalink
pin bun version
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Apr 4, 2024
1 parent 3a392ca commit b85d9be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.30
- name: Setup node
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -147,6 +149,8 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.30
- name: Setup node
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -174,6 +178,8 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.30
- name: Setup node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit b85d9be

Please sign in to comment.