Commit efcdf7f
committed
fix(ci): use npm to install @blocklet/cli to avoid yarn Joi resolution bug
@arcblock/validator@1.30.0 removed the Joi export (breaking semver),
causing @did-space/core to crash when yarn resolves ^1.28.5 to 1.30.0.
npm deduplicates to the hoisted 1.29.x which still has Joi.1 parent 3ddf2dd commit efcdf7f
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
33 | | - | |
34 | | - | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
0 commit comments