Work around npm CLI issue

This commit is contained in:
Justin Spahr-Summers
2024-10-28 10:55:15 +00:00
parent c4628d27cd
commit 69a4a7461d

View File

@@ -30,5 +30,8 @@ jobs:
working-directory: packages/@modelcontextprotocol/sdk
- run: npm install --save packages/@modelcontextprotocol/sdk/modelcontextprotocol-sdk-*.tgz
- run: npm ci
# Working around https://github.com/npm/cli/issues/4828
# - run: npm ci
- run: npm install --no-package-lock
- run: npm run build