Commit 91ad4ef
committed
ci: bump socket-registry ci.yml pin to 1710ff0c
The previous pin (67bd6087, 2026-05-28) predated the install-action fix
that tolerates the @socketsecurity/lib dlx rename + an unbuilt dist at
setup time. socket-lib's own CI ran the unguarded import of
@socketsecurity/lib/dlx/package, which resolves to the workspace self
(6.0.7) whose dist isn't built at the install step — ERR_MODULE_NOT_FOUND.
1710ff0c invokes install@e605dccd, which try/catches that import and
skips AgentShield with a warning instead of failing the job.1 parent 722f42b commit 91ad4ef
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
0 commit comments