Skip to content

Commit acad9f2

Browse files
committed
ci: pin pnpm version in release workflow
Avoids the buggy pnpm self-switch (bootstrap 11.7.0 -> packageManager version) that crashes with 'Cannot use in operator to search for integrity in undefined' during the Install pnpm step.
1 parent 1374c9d commit acad9f2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ jobs:
122122
123123
- name: Install pnpm
124124
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
125+
with:
126+
# pin to avoid the buggy self-switch (11.7.0 → packageManager version)
127+
# that crashes with "Cannot use 'in' operator to search for 'integrity'"
128+
version: 11.12.0
125129

126130
- name: Setup node
127131
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0

0 commit comments

Comments
 (0)