wip
Some checks failed
Publish Any Commit / build (push) Failing after 36s

This commit is contained in:
Angel Nunez Mencias 2025-05-18 17:23:07 +02:00
parent a7a76d3f17
commit d8ce274506
Signed by: angel.nunez
SSH key fingerprint: SHA256:z1nFAg1v1AfbhEHrgBetByUJUwziv2R2f4VyN75opcg
2 changed files with 1 additions and 5 deletions

View file

@ -20,7 +20,6 @@ jobs:
uses: https://github.com/wyvox/action-setup-pnpm@v3 uses: https://github.com/wyvox/action-setup-pnpm@v3
with: with:
node-version: 22 node-version: 22
pnpm-version: 10
- name: Build - name: Build
run: pnpm build run: pnpm build

View file

@ -31,10 +31,7 @@
"express": "^4.21.2", "express": "^4.21.2",
"open": "^10.1.0" "open": "^10.1.0"
}, },
"engines": { "packageManager": "pnpm@10.11.0",
"node": ">=10",
"pnpm": ">=10"
},
"devDependencies": { "devDependencies": {
"@modelcontextprotocol/sdk": "^1.11.2", "@modelcontextprotocol/sdk": "^1.11.2",
"@types/express": "^5.0.0", "@types/express": "^5.0.0",