Commit edb11d5
committed
fix: use pnpm version from package.json packageManager field
Remove hardcoded pnpm version 8 from workflows and let pnpm/action-setup
automatically detect the version from package.json packageManager field
(pnpm@10.25.0).
This fixes the 'not compatible lockfile' error that was occurring because
the lockfile was generated with pnpm 10 but the workflow was using pnpm 8.1 parent 714f436 commit edb11d5
2 files changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
0 commit comments