mirror of
https://github.com/dromara/hertzbeat.git
synced 2026-09-17 09:40:58 +00:00
The doc-deploy workflow failed with "Unable to locate executable file: pnpm" because actions/setup-node (with cache: pnpm) ran before pnpm was installed. Reorder the steps so pnpm/action-setup runs first, matching the order already used in doc-build-test.yml. Also pin pnpm to v10 and upgrade Node.js from 20 (deprecated on GitHub Actions runners) to 22 in both doc workflows to clear the deprecation warning. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>