Skip to content

Commit 69a4a74

Browse files
committed
Work around npm CLI issue
1 parent c4628d2 commit 69a4a74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@ jobs:
3030
working-directory: packages/@modelcontextprotocol/sdk
3131

3232
- run: npm install --save packages/@modelcontextprotocol/sdk/modelcontextprotocol-sdk-*.tgz
33-
- run: npm ci
33+
34+
# Working around https://github.com/npm/cli/issues/4828
35+
# - run: npm ci
36+
- run: npm install --no-package-lock
3437
- run: npm run build

0 commit comments

Comments
 (0)