misc updates for system.

This commit is contained in:
2026-02-27 16:57:39 -06:00
parent 62c42b3996
commit 44b1181d20
4 changed files with 12 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ enabled: true
# Runner type determines how the action is executed
runner_type: nodejs
# Runtime version constraint (semver range) - selects compatible Node.js version
runtime_version: ">=18"
# Entry point is the JavaScript file to execute
entry_point: hello.js