Skip to content

Commit e6eaad4

Browse files
committed
ci: fix the bun version
1 parent 1b02780 commit e6eaad4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
uses: "foundry-rs/foundry-toolchain@v1"
2727

2828
- name: "Install Bun"
29-
uses: "oven-sh/setup-bun@v1"
29+
uses: "oven-sh/setup-bun@v2"
3030

3131
- name: "Install the Node.js dependencies"
32-
run: "bun install"
32+
run: "bun install --frozen-lockfile"
3333

3434
- name: "Lint the contracts"
3535
run: "bun lint:sol"
@@ -53,10 +53,10 @@ jobs:
5353
uses: "foundry-rs/foundry-toolchain@v1"
5454

5555
- name: "Install Bun"
56-
uses: "oven-sh/setup-bun@v1"
56+
uses: "oven-sh/setup-bun@v2"
5757

5858
- name: "Install the Node.js dependencies"
59-
run: "bun install"
59+
run: "bun install --frozen-lockfile"
6060

6161
- name: "Hardhat: Compile the contracts"
6262
run: |

0 commit comments

Comments
 (0)