We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4628d2 commit 69a4a74Copy full SHA for 69a4a74
.github/workflows/main.yml
@@ -30,5 +30,8 @@ jobs:
30
working-directory: packages/@modelcontextprotocol/sdk
31
32
- run: npm install --save packages/@modelcontextprotocol/sdk/modelcontextprotocol-sdk-*.tgz
33
- - run: npm ci
+
34
+ # Working around https://github.com/npm/cli/issues/4828
35
+ # - run: npm ci
36
+ - run: npm install --no-package-lock
37
- run: npm run build
0 commit comments