nit: update npm (#10161)
This commit is contained in:
parent
4ba911d48c
commit
d29129f352
1 changed files with 4 additions and 0 deletions
4
.github/workflows/shell-tool-mcp.yml
vendored
4
.github/workflows/shell-tool-mcp.yml
vendored
|
|
@ -451,6 +451,10 @@ jobs:
|
|||
registry-url: https://registry.npmjs.org
|
||||
scope: "@openai"
|
||||
|
||||
# Trusted publishing requires npm CLI version 11.5.1 or later.
|
||||
- name: Update npm
|
||||
run: npm install -g npm@latest
|
||||
|
||||
- name: Download npm tarball
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue