🧷 fix: Pin GitNexus Native Dependency (#12937)

This commit is contained in:
Danny Avila 2026-05-03 20:58:21 -04:00 committed by GitHub
parent 59e90a1878
commit 5b567f5ff4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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