Skip to content

Commit cd27693

Browse files
committed
fix: remove npm self-upgrade step that breaks on Node 22 runners
Made-with: Cursor
1 parent 8a9cc67 commit cd27693

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
cache: npm
2424
cache-dependency-path: mcp-server/package-lock.json
2525

26-
- run: npm install -g npm@latest
2726
- run: npm ci
2827
working-directory: mcp-server
2928
- run: npm run build

0 commit comments

Comments
 (0)