Commit 439de47
committed
ci: rewrite lockfile resolved: URLs to JFrog in setup-jfrog
npm ci honors the lockfile's resolved: URL over .npmrc's registry
setting. Protected runners cannot reach registry.npmjs.org directly,
so any package not already in the ~/.npm cache hangs ~8 minutes
before being killed with "Exit handler never called", which silently
skips bin-linking and breaks downstream `nyc`/`prettier` calls.
Rewrite the lockfile in-place after configuring the JFrog registry
so npm fetches via the proxy. Committed lockfile stays in standard
public-npm form so contributors can `npm ci` locally without JFrog
auth.
Co-authored-by: Isaac
Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>1 parent 8fb192a commit 439de47
1 file changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
0 commit comments