mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-05-13 16:07:30 +00:00
🧷 fix: Pin GitNexus Native Dependency (#12937)
This commit is contained in:
parent
59e90a1878
commit
5b567f5ff4
1 changed files with 3 additions and 1 deletions
4
.github/workflows/gitnexus-index.yml
vendored
4
.github/workflows/gitnexus-index.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue