From f7699e0487a1da2b5787972fc1bd6a2b9974aeb9 Mon Sep 17 00:00:00 2001 From: Dylan Hurd Date: Wed, 28 Jan 2026 12:56:26 -0700 Subject: [PATCH] fix(ci) fix shell-tool-mcp version v2 (#10101) ## summary we had a merge conflict from the linux musl fix, let's get this squared away. --- .github/workflows/shell-tool-mcp.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/shell-tool-mcp.yml b/.github/workflows/shell-tool-mcp.yml index a0eae56b5..88cdc28b3 100644 --- a/.github/workflows/shell-tool-mcp.yml +++ b/.github/workflows/shell-tool-mcp.yml @@ -344,7 +344,6 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 with: - version: 10.8.1 run_install: false - name: Setup Node.js @@ -440,7 +439,6 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 with: - version: 10.8.1 run_install: false - name: Setup Node.js