mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
* fix(ci): always run npm ci to prevent stale cache issues ## Summary - Remove conditional `npm ci` execution that skipped install on cache hit - Fixes CI failures when cached `node_modules` becomes stale or incomplete (e.g., missing `npm-run-all`) ## Test plan - [ ] Verify CI passes on this PR - [ ] Re-run workflow to confirm it works with fresh and cached states * Add a step to install vsce globally in the e2e workflow, * Add `GITHUB_TOKEN` env var to `npm ci` steps to prevent rate limiting when `@vscode/ripgrep` downloads binaries from GitHub * removed the conditional checks on the npm ci steps * add GITHUB_TOKEN to the npm ci step.