mirror of
https://github.com/leptos-rs/leptos.git
synced 2026-07-16 16:33:52 -04:00
wretry.action does not forward the wrapped action's `with` inputs, so pnpm/action-setup ran without version: 8 and installed the latest pnpm, which requires Node.js 22.13 and failed on the Node 20 runner. Call actions/checkout, actions/setup-node, pnpm/action-setup and denoland/setup-deno directly so their inputs take effect.