Skip to content

Commit

Permalink
chore: move to bun part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
roderik committed Nov 8, 2024
1 parent bbb2706 commit a3daeed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,12 +374,19 @@ jobs:
| React | `bun add @${{ github.repository_owner }}/${{ github.repository }}@${{ env.VERSION }}` |
- uses: stefanzweifel/git-auto-commit-action@v5
if: ${{ env.TAG == 'latest' }}
if: env.TAG == 'latest' && github.repository != 'settlemint/solidity-predeployed'
with:
commit_message: "chore: update package versions [skip ci]"
branch: main
file_pattern: 'package.json README.md all_allocations.json'

- uses: stefanzweifel/git-auto-commit-action@v5
if: env.TAG == 'latest' && github.repository == 'settlemint/solidity-predeployed'
with:
commit_message: "chore: update package versions [skip ci]"
branch: main
file_pattern: 'all_allocations.json'

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
"@graphprotocol/graph-ts": "0.35.1"
},
"trustedDependencies": [
"protobufjs"
"keccak",
"protobufjs",
"secp256k1"
]
}

0 comments on commit a3daeed

Please sign in to comment.