Commit 626c0d3
fix(ci): use mapped upstream version for Hermes version marker
The version marker was using package.json version (e.g. 0.81.7) but
prepareHermesArtifactsAsync resolves via peerDependencies (e.g. 0.81.6).
The mismatch caused the setup step to delete our prebuilt Hermes
artifacts and re-download from Maven, which lacks macOS slices in the
universal xcframework.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9ce2a0f commit 626c0d3
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
261 | | - | |
| 260 | + | |
262 | 261 | | |
263 | 262 | | |
264 | 263 | | |
265 | 264 | | |
| 265 | + | |
| 266 | + | |
266 | 267 | | |
267 | 268 | | |
268 | 269 | | |
| |||
0 commit comments