From 63b71ac29340f72c2f38dfe28fd91fdcfad58747 Mon Sep 17 00:00:00 2001 From: Erik van der Boom Date: Thu, 9 Apr 2026 00:02:30 +0200 Subject: [PATCH] Update .github/workflows/release.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d608a59..d9525ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: cd mcp-ts && npm ci --omit=dev --omit=optional cp -r node_modules ../vscode-ext/mcp-ts/node_modules # Remove docs/tests/maps from dependencies to keep VSIX size and file-count lower - cd ../vscode-ext/mcp-ts && npx --yes node-prune + cd ../vscode-ext/mcp-ts && npx --yes node-prune@1.0.2 - name: Set version from tag and publish extension # package.json ships with version "0.0.0" — the real version is injected here from the release tag