Skip to content

Commit 14a1db1

Browse files
committed
chore: move to bun part 3
1 parent ef299f9 commit 14a1db1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.github/workflows/solidity.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,12 +374,19 @@ jobs:
374374
| React | `bun add @${{ github.repository_owner }}/${{ github.repository }}@${{ env.VERSION }}` |
375375
376376
- uses: stefanzweifel/git-auto-commit-action@v5
377-
if: ${{ env.TAG == 'latest' }}
377+
if: env.TAG == 'latest' && github.repository != 'settlemint/solidity-predeployed'
378378
with:
379379
commit_message: "chore: update package versions [skip ci]"
380380
branch: main
381381
file_pattern: 'package.json README.md all_allocations.json'
382382

383+
- uses: stefanzweifel/git-auto-commit-action@v5
384+
if: env.TAG == 'latest' && github.repository == 'settlemint/solidity-predeployed'
385+
with:
386+
commit_message: "chore: update package versions [skip ci]"
387+
branch: main
388+
file_pattern: 'all_allocations.json'
389+
383390
- name: Set up QEMU
384391
uses: docker/setup-qemu-action@v3
385392

bun.lockb

8 Bytes
Binary file not shown.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
"@graphprotocol/graph-ts": "0.35.1"
5050
},
5151
"trustedDependencies": [
52-
"protobufjs"
52+
"keccak",
53+
"protobufjs",
54+
"secp256k1"
5355
]
5456
}

0 commit comments

Comments
 (0)