Commit 55a2e4d
committed
chore: pin Yarn via corepack in release and deploy workflows
The release and deploy-website workflows used threeal/setup-yarn-action with
version: berry, which downloads the latest Yarn (4.17.0) and ignores the
packageManager: yarn@4.14.1 pin. The newer Yarn migrates the lockfile metadata
from 9 to 10, so the install fails with YN0028 (lockfile would be modified),
breaking the release of the previously merged change.
Use corepack with the pinned version, matching the build/test setup action.
deploy-website now installs deps explicitly since the removed action handled it.1 parent 3a8dee2 commit 55a2e4d
2 files changed
Lines changed: 8 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 39 | + | |
| 40 | + | |
44 | 41 | | |
45 | 42 | | |
46 | | - | |
| 43 | + | |
47 | 44 | | |
48 | 45 | | |
49 | 46 | | |
| |||
0 commit comments