Files
.autoupdate/.gitea/workflows
Bryan Joshua Pedini 4fecc4bd2c 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.
2026-07-26 22:59:43 +02:00
..
2026-07-26 22:59:43 +02:00