ci(node): setup URL so auth token is picked up (#2257)

Should fix failure seen here:
https://github.com/lancedb/lancedb/actions/runs/13999958170/job/39207039825
This commit is contained in:
Will Jones
2025-03-21 16:14:24 -07:00
committed by GitHub
parent e1388bdfdd
commit 0d379e6ffa

View File

@@ -331,6 +331,7 @@ jobs:
node-version: 20
cache: npm
cache-dependency-path: nodejs/package-lock.json
registry-url: "https://registry.npmjs.org"
- name: Install dependencies
run: npm ci
- uses: actions/download-artifact@v4