diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index b7816f4fe..133fee2e7 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -59,9 +59,17 @@ jobs: - uses: actions/setup-node@v4 - run: | + # Pin pnpm to the latest version reported to work + # + # CI fails with version 11.0.9: + # https://github.com/TeamGraphix/graphix/actions/runs/25607609586/job/75172334745 + # + # CI succeeds with version 10.33.4: + # https://github.com/TeamGraphix/graphix/actions/runs/25476469782/job/74750924624 + corepack prepare pnpm@10.33.4 --activate corepack enable pnpm pnpm dlx prettier --write . - - uses: reviewdog/action-suggester@v1.22.0 + - uses: reviewdog/action-suggester@v1.24.0 with: tool_name: ":art: text-formatter"