Skip to content

Commit e972e3b

Browse files
authored
Merge pull request #230 from keep-network/update-npm-job
2 parents 9a38f05 + a8bfdd6 commit e972e3b

File tree

3 files changed

+381
-749
lines changed

3 files changed

+381
-749
lines changed

.github/workflows/npm.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ jobs:
3535

3636
- name: Resolve latest contracts
3737
run: |
38-
yarn upgrade \
38+
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.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"prepublishOnly": "./scripts/prepare-artifacts.sh --network $npm_config_network"
3636
},
3737
"dependencies": {
38-
"@keep-network/keep-core": ">1.8.0-dev <1.8.0-pre",
39-
"@keep-network/tbtc": ">1.1.2-dev <1.1.2-pre",
38+
"@keep-network/keep-core": "development",
39+
"@keep-network/tbtc": "development",
4040
"@openzeppelin/contracts": "^4.8",
4141
"@thesis/solidity-contracts": "github:thesis/solidity-contracts#4985bcf",
4242
"@threshold-network/solidity-contracts": "development"

0 commit comments

Comments
 (0)