From f826e90666ae2863d5405cf3474971e9bc6d64dd Mon Sep 17 00:00:00 2001 From: Max Peintner Date: Thu, 10 Jul 2025 17:36:36 +0200 Subject: [PATCH] pnpm to run console --- .github/workflows/console.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/console.yml b/.github/workflows/console.yml index 5d967292ca..3553192c33 100644 --- a/.github/workflows/console.yml +++ b/.github/workflows/console.yml @@ -40,6 +40,10 @@ jobs: with: github_token: ${{ github.token }} version: ${{ inputs.buf_version }} + - if: ${{ steps.cache.outputs.cache-hit != 'true' }} + uses: pnpm/action-setup@v4 + with: + version: 9.1.2 - if: ${{ steps.cache.outputs.cache-hit != 'true' }} uses: actions/setup-node@v4 with: