Commit a05b6fa
committed
fix: use full GitHub URL format for snarkjs resolution
The CI was failing because Yarn 4 in the CI environment doesn't properly
handle the 'github:' shorthand protocol for package resolutions. Changed
the resolution format from 'github:sampritipanda/snarkjs#hash' to the
full URL format 'https://github.com/sampritipanda/snarkjs.git#hash' to
ensure compatibility across all environments.
This resolves the YN0078 invalid resolution error in CI.
Made-with: Cursor1 parent 21789ef commit a05b6fa
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2974 | 2974 | | |
2975 | 2975 | | |
2976 | 2976 | | |
2977 | | - | |
| 2977 | + | |
2978 | 2978 | | |
2979 | 2979 | | |
2980 | 2980 | | |
| |||
0 commit comments