Skip to content

Commit b78bdf1

Browse files
Update CI to facilitate t-network/solidity-contracts dependency
The `@threshold-network/solidity-contract` dependency was added some time ago to the `coverage-pools` project, but we haven't updated the `NPM` job accordingly. We do it in this commit. We will update `Solidity` workflow in a separate PR.
1 parent 5ba77e7 commit b78bdf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
run: |
3838
yarn upgrade --exact \
3939
@keep-network/keep-core \
40-
@keep-network/tbtc
40+
@keep-network/tbtc \
41+
@threshold-network/solidity-contracts
4142
4243
# Deploy contracts to a local network to generate deployment artifacts that
4344
# are required by dashboard compilation.

0 commit comments

Comments
 (0)