Commit 539c7c7
fix(lockfile): use public Yarn CDN URL for widget-sdk 3.18.0
The resolved URL was 'npm.pkg.github.com/download/...' because the lockfile
was generated with local ~/.npmrc @Staffbase:registry=https://npm.pkg.github.com
active. Yarn classic --frozen-lockfile downloads from the resolved URL directly
so CI got 401. widget-sdk 3.18.0 is on public npmjs.org (same tarball),
so pointing at the Yarn CDN URL needs no auth in CI.
Co-authored-by: GitHub Copilot <copilot@noreply.github.com>1 parent 7e60d0a commit 539c7c7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2534 | 2534 | | |
2535 | 2535 | | |
2536 | 2536 | | |
2537 | | - | |
| 2537 | + | |
2538 | 2538 | | |
2539 | 2539 | | |
2540 | 2540 | | |
| |||
0 commit comments