Update shell-tool-mcp.yml (#10092)

## Summary
Remove pnpm version so we rely on package.json instead, and fix the
mismatch due to https://github.com/openai/codex/pull/9992
This commit is contained in:
Dylan Hurd 2026-01-28 10:03:47 -07:00 committed by GitHub
parent 231406bd04
commit 2a624661ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -282,7 +282,6 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10.8.1
run_install: false
- name: Setup Node.js
@ -378,7 +377,6 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10.8.1
run_install: false
- name: Setup Node.js