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
`@slidev/cli` depends on the native `better-sqlite3` (added in this fork for the
`state.db` event log). `node-version: lts/*` now resolves to a Node LTS with no
`better-sqlite3` prebuilt binary, so `nci` falls back to a node-gyp source
compile that hangs the runner — CR ran 14 min on install, Smoke hit its 10-min
timeout. `pages.yml` already pinned Node 22 and installs in ~21s; pin the rest
(cr, smoke, autofix, release, test) to match.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments