From cf637012b7d3cedc75c25438ffd9137db5aea48e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 18 Sep 2026 14:33:53 +0000 Subject: [PATCH 1/3] Initial plan From 5de018089eb024f2cb77db43d34b95bf7d2cd9c7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 18 Sep 2026 14:40:52 +0000 Subject: [PATCH 2/3] Set up Node.js for GitHub release packaging Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com> --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 414ef32c..6bf6564f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -213,6 +213,11 @@ jobs: name: codeql-development-mcp-server-vsix-${{ needs.resolve-version.outputs.version }} path: dist-vsix + - name: Release - Setup Node.js + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 + with: + node-version-file: '.node-version' + - name: Release - Create distribution directory run: | mkdir -p dist-package/server From c218a2874f414eee8d9a8f03a93fb769e27deca7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 18 Sep 2026 15:19:34 +0000 Subject: [PATCH 3/3] Include Node version file in release build artifact Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com> --- .github/workflows/release-npm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index ef96944a..09925bed 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -106,6 +106,7 @@ jobs: - name: npm - Upload release build artifact uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: + include-hidden-files: true name: release-build-${{ steps.version.outputs.version }} path: | .node-version