Skip to content

Commit e38a51e

Browse files
committed
ci(fix[docs]): Pin pnpm 11.11.0
why: The moving pnpm 11 range began resolving to 11.12.0, whose bootstrap self-update crashes in action-setup before the documentation build starts. The previous docs runs proved 11.11.0 against the committed lockfile. what: - Pin the docs workflow to the last known-good pnpm 11 release.
1 parent 54bb849 commit e38a51e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: env.BUILD_DOCS == 'true'
6868
uses: pnpm/action-setup@v6
6969
with:
70-
version: 11
70+
version: 11.11.0
7171
run_install: false
7272

7373
- name: Install dependencies

0 commit comments

Comments
 (0)