From 5b567f5ff4af0f9771319f8d862a44ed5e89ea59 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Sun, 3 May 2026 20:58:21 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B7=20fix:=20Pin=20GitNexus=20Native?= =?UTF-8?q?=20Dependency=20(#12937)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gitnexus-index.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gitnexus-index.yml b/.github/workflows/gitnexus-index.yml index e1ba444265..ac7de2973b 100644 --- a/.github/workflows/gitnexus-index.yml +++ b/.github/workflows/gitnexus-index.yml @@ -128,11 +128,13 @@ jobs: 'audit=false' \ 'fund=false' \ > "$RUNNER_TEMP/gitnexus-cli/.npmrc" + # Keep GitNexus' native DB dependency deterministic in fresh CI installs. npm install \ --prefix "$RUNNER_TEMP/gitnexus-cli" \ --no-save \ --no-package-lock \ - "gitnexus@${{ env.GITNEXUS_VERSION }}" + "gitnexus@${{ env.GITNEXUS_VERSION }}" \ + "@ladybugdb/core@0.15.2" test -x "$RUNNER_TEMP/gitnexus-cli/node_modules/.bin/gitnexus" - name: Checkout repository