You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): update stale .mjs references after .mts rename and drop Node 20
The scripts/*.mjs to *.mts rename missed updating internal cross-references
in scripts, tests, and registry build files, causing ERR_MODULE_NOT_FOUND
on all CI jobs. Also removes Node 20 from the CI matrix since it cannot
run .mts files natively, fixes TypeScript errors in test-imported scripts,
and excludes scripts/ from tsconfig to avoid 1000+ pre-existing type errors.
0 commit comments