From d6f480739cfc2c7386f4384b4d475d35bbd60987 Mon Sep 17 00:00:00 2001 From: Thierry Martinez Date: Sat, 9 May 2026 19:50:45 +0200 Subject: [PATCH 1/2] 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 --- .github/workflows/doc.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index b7816f4fe..b03b60c1c 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -59,6 +59,14 @@ 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 . From 0919f8349ef9c470cfab3cb8cb7c81ae570a4bd8 Mon Sep 17 00:00:00 2001 From: Thierry Martinez Date: Sat, 9 May 2026 19:57:28 +0200 Subject: [PATCH 2/2] Bump action-suggester v1.24.0 CI failed with the former version v1.22.0: https://github.com/TeamGraphix/graphix/actions/runs/25607890230/job/75172825261 --- .github/workflows/doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index b03b60c1c..133fee2e7 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -70,6 +70,6 @@ jobs: 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"