Commit a63b574
authored
fix(ci): drop --immutable from publish workflow yarn install (#168)
The npm-package-publish action bumps the version before installing,
which causes the lockfile to become stale in Yarn 4. Using plain
yarn install allows the lockfile update after the version bump.
Made-with: Cursor1 parent 9d2d821 commit a63b574
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
0 commit comments