From 0744f386ba6ae1ae3b1a534898d386f51f49437a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 28 Mar 2023 17:15:34 +0200 Subject: [PATCH] build(ci): install latest pnpm version at documentation generation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/generate-documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index a59de95e..11265f09 100644 --- a/.github/workflows/generate-documentation.yml +++ b/.github/workflows/generate-documentation.yml @@ -19,6 +19,7 @@ jobs: - name: Generate documentation run: | corepack enable + corepack prepare pnpm@latest --activate pnpm install pnpm run typedoc -- 2.34.1