Compare commits
1 Commits
62c42b3996
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 44b1181d20 |
@@ -9,6 +9,9 @@ enabled: true
|
|||||||
# Runner type determines how the action is executed
|
# Runner type determines how the action is executed
|
||||||
runner_type: nodejs
|
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 is the JavaScript file to execute
|
||||||
entry_point: hello.js
|
entry_point: hello.js
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,9 @@ enabled: true
|
|||||||
# Runner type
|
# Runner type
|
||||||
runner_type: nodejs
|
runner_type: nodejs
|
||||||
|
|
||||||
|
# Runtime version constraint (semver range)
|
||||||
|
runtime_version: ">=18"
|
||||||
|
|
||||||
# Entry point
|
# Entry point
|
||||||
entry_point: http_example.js
|
entry_point: http_example.js
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,9 @@ enabled: true
|
|||||||
# Runner type
|
# Runner type
|
||||||
runner_type: nodejs
|
runner_type: nodejs
|
||||||
|
|
||||||
|
# Runtime version constraint (semver range)
|
||||||
|
runtime_version: ">=18"
|
||||||
|
|
||||||
# Entry point
|
# Entry point
|
||||||
entry_point: read_counter.js
|
entry_point: read_counter.js
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,9 @@ enabled: true
|
|||||||
# Sensor runner type
|
# Sensor runner type
|
||||||
runner_type: nodejs
|
runner_type: nodejs
|
||||||
|
|
||||||
|
# Minimum Node.js version required (semver constraint)
|
||||||
|
runtime_version: ">=18"
|
||||||
|
|
||||||
# Entry point for sensor execution
|
# Entry point for sensor execution
|
||||||
entry_point: counter_sensor.js
|
entry_point: counter_sensor.js
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user