Files
meshcore-analyzer/.github
Kpa-clawbot 6ec23acfc8 Fix CI: Add Node.js setup to build-node job
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>
2026-03-27 15:39:12 -07:00
..