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:
parent
231406bd04
commit
2a624661ef
1 changed files with 0 additions and 2 deletions
2
.github/workflows/shell-tool-mcp.yml
vendored
2
.github/workflows/shell-tool-mcp.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue