mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-04-25 22:22:09 +00:00
The build-node job was failing with 'node: not found' because it runs scripts/validate.sh (which uses 'node -c' for syntax checking) but didn't have the actions/setup-node@v4 step. Added Node.js 22 setup before the validate step to match the pattern used in other jobs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>