Commit 178dbab
committed
Fix NPM ECDSA CI: use committed yarn.lock instead of upgrading deps
The `yarn upgrade --exact` step pulls latest `development`-tagged npm
packages which creates cross-dependency incompatibilities:
- @threshold-network/solidity-contracts@1.3.0-dev.16 removed
`approveApplication()` from TokenStaking source
- @keep-network/random-beacon@2.1.0-dev.18 deploy script still calls it
Replace with `yarn install --frozen-lockfile` to use the committed
yarn.lock with known-compatible dependency versions.1 parent 406d4d3 commit 178dbab
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 36 | + | |
| 37 | + | |
42 | 38 | | |
43 | 39 | | |
44 | 40 | | |
| |||
0 commit comments