We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b02780 commit e6eaad4Copy full SHA for e6eaad4
.github/workflows/ci.yml
@@ -26,10 +26,10 @@ jobs:
26
uses: "foundry-rs/foundry-toolchain@v1"
27
28
- name: "Install Bun"
29
- uses: "oven-sh/setup-bun@v1"
+ uses: "oven-sh/setup-bun@v2"
30
31
- name: "Install the Node.js dependencies"
32
- run: "bun install"
+ run: "bun install --frozen-lockfile"
33
34
- name: "Lint the contracts"
35
run: "bun lint:sol"
@@ -53,10 +53,10 @@ jobs:
53
54
55
56
57
58
59
60
61
- name: "Hardhat: Compile the contracts"
62
run: |
0 commit comments