Files
leptos/.github/workflows
Saber Haj Rabiee 91c5873977 fix(CI): drop wretry wrapper from action steps (#4743)
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.
2026-05-27 19:45:08 -04:00
..