fix: upgrade npm for OIDC trusted publishing support

OIDC trusted publishing requires npm >= 11.5.1, but Node.js 20/22
ships with npm 10.x. Added explicit npm upgrade step before publish.

Also upgraded to Node.js 22 for better npm compatibility.

Conceived by Romuald Członkowski - www.aiadvisors.pl/en

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Romuald Członkowski
2025-12-12 14:17:23 +01:00
parent 6e85c68d62
commit c6f3733fbd
3 changed files with 9 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-mcp-runtime",
"version": "2.29.3",
"version": "2.29.4",
"description": "n8n MCP Server Runtime Dependencies Only",
"private": true,
"dependencies": {