Commit e1cf6bf
committed
ci: install the committed lockfile without the release-age cooldown
The composite setup action enforced the minimumReleaseAge cooldown on every CI
install, so runs failed on daily-churning transitive deps (electron-to-chromium,
baseline-browser-mapping, @FortAwesome, expect-type, ...) younger than 3 days.
The cooldown vets new deps at resolution time (locally, when they enter the
lockfile); CI installs that already-vetted lockfile, so it is skipped here via
`pnpm install --frozen-lockfile --config.minimumReleaseAge=0`.1 parent 9c59170 commit e1cf6bf
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments