Commit d40113b
authored
fix(ci): drop hardcoded pnpm version, defer to packageManager (#12)
* fix(ci): drop hardcoded pnpm version 10, defer to packageManager
The publish job checks out etherpad-lite core first (pinned to
pnpm@11 via packageManager); pnpm/action-setup@v6 then errors with
'Multiple versions of pnpm specified' because the workflow's version: 10
clashes with the checked-out repo's packageManager.
Removing 'version:' lets action-setup take pnpm@11 from packageManager,
which is what we actually want for compatibility with the rest of the
plugin ecosystem and what the test job already does.
* build: pin packageManager to pnpm@11.0.6
action-setup infers the pnpm version from this field. The test job
doesn't check out an upstream repo, so without it action-setup errors
'No pnpm version is specified'.1 parent 57bd097 commit d40113b
3 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments