From 20cfc8950e2fa7d02abf3b0145f5150093372135 Mon Sep 17 00:00:00 2001 From: jphillips Date: Thu, 1 May 2025 11:23:43 -0500 Subject: [PATCH] Update pnpm version in ci action Signed-off-by: jphillips --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f9ca4da..9ae042c 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-python@v5 - uses: pnpm/action-setup@v4 with: - version: 9 + version: 10.9.0 - uses: actions/setup-node@v4 with: node-version: '20'