ci: fix runner node
This commit is contained in:
@@ -13,6 +13,11 @@ act_runner_sha256: "027d726127bb67e191d57052fdb66e74ec7f76966f790a18727147fa2b80
|
||||
act_runner_binary: "gitea-runner-{{ act_runner_version }}-linux-amd64"
|
||||
act_runner_download_url: "https://gitea.com/gitea/runner/releases/download/v{{ act_runner_version }}/{{ act_runner_binary }}"
|
||||
|
||||
# Node.js major version installed on the host executor. JS actions
|
||||
# (actions/checkout@v4, etc.) are run with `node`; without it act_runner
|
||||
# fails with "Cannot find: node in PATH". Bump this to change versions.
|
||||
node_major_version: "26"
|
||||
|
||||
# Registration tokens come from env vars named by each project's `token_env`
|
||||
# (e.g. RUNNER_TOKEN_GATEHOUSE_API). Export them on the control node before running.
|
||||
# Mint from: Gitea repo → Settings → Actions → Runners → Create new runner token.
|
||||
|
||||
Reference in New Issue
Block a user