Files
.autoupdate/.gitea/workflows/update.yaml
Bryan Joshua Pedini 028b3a5691 ci: install nodejs before checkout
actions/checkout@v4 is a JavaScript action and the archlinux image ships no
node, so it failed with `exec: "node": executable file not found in $PATH`.
A `run:` step does not require a checkout, so the toolchain is installed
first and the standard action then works unchanged.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-26 22:59:43 +02:00

4.6 KiB