From d29129f352d02458fc69bb06066e1339d46e0e4c Mon Sep 17 00:00:00 2001 From: jif-oai Date: Thu, 29 Jan 2026 15:08:22 +0100 Subject: [PATCH] nit: update npm (#10161) --- .github/workflows/shell-tool-mcp.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/shell-tool-mcp.yml b/.github/workflows/shell-tool-mcp.yml index d6c85d9dd..57bfdd5f5 100644 --- a/.github/workflows/shell-tool-mcp.yml +++ b/.github/workflows/shell-tool-mcp.yml @@ -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: