Commit cabc161
committed
fix(ci): unblock gh-pages deploy under yarn
The deploy workflow uses yarn v1, which ignores npm's overrides field.
Add a matching resolutions entry so yarn also pins webpack to ~5.100.0
and sidesteps the ProgressPlugin schema regression introduced in 5.101.
While here, bump the deploy workflow actions (checkout/setup-node to v4)
and pin Node to 20 — 'lts/*' on setup-node v3 was resolving to a
too-new version in CI.1 parent a30db66 commit cabc161
2 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
0 commit comments