mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-26 09:30:35 +08:00
01b348c86b
The metadata-regen job runs inside the px4io/px4-dev container which has no Node.js. The actions/setup-node action only installs on the host runner, not inside the container, causing yarn: not found errors. Replace actions/setup-node with direct Node.js installation via NodeSource and enable corepack for Yarn support. Signed-off-by: Ramon Roche <mrpollo@gmail.com>