mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a648e8e914
The benchmark comparison workflow fails because it runs pnpm install without setting up node and pnpm first. We configure the setup steps manually so that checkouts from forks are supported. Additionally, we update the benchmark comparison script (index.mts) to use pnpm rather than hardcoded yarn commands to install dependencies when checking out revisions.