Commit c4ccf09
committed
feat(mobile): add yarn cache to prepare job in release pipeline
Add cache: 'yarn' to actions/setup-node@v4 in the prepare job of
build.yml. This mirrors the pattern already used in setup-node-modules.yml
and reduces yarn install --immutable from ~2m 30s to ~50s on cache hit.
Part of MCWP-5741 parent 4863651 commit c4ccf09
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
| |||
0 commit comments