chore: use node 20

This commit is contained in:
Jason Song
2024-03-29 10:39:54 +08:00
parent a7b1499fae
commit 98e36d4c9f
5 changed files with 16 additions and 11 deletions

View File

@@ -30,7 +30,7 @@ runner:
# The interval for fetching the job from the Gitea instance.
fetch_interval: 2s
# The labels of a runner are used to determine which jobs the runner can run, and how to run them.
# Like: ["macos-arm64:host", "ubuntu-latest:docker://node:18-bookworm", "ubuntu-22.04:docker://node:18-bookworm"]
# Like: ["macos-arm64:host", "ubuntu-latest:docker://node:20-bookworm", "ubuntu-22.04:docker://node:20-bookworm"]
# If it's empty when registering, it will ask for inputting labels.
# If it's empty when execute `deamon`, will use labels in `.runner` file.
labels: []