Skip to content

Commit

Permalink
Add node20 handler to task schema (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriiBobreshev authored Oct 23, 2024
1 parent 30fdda7 commit 7898b15
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tasks.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,9 @@
"additionalProperties": false,
"description": "Execution options for this task (on Pre-Job stage)",
"properties": {
"Node20_1": {
"$ref": "#/definitions/executionObject"
},
"Node16": {
"$ref": "#/definitions/executionObject"
},
Expand All @@ -416,6 +419,9 @@
"additionalProperties": false,
"description": "Execution options for this task",
"properties": {
"Node20_1": {
"$ref": "#/definitions/executionObject"
},
"Node16": {
"$ref": "#/definitions/executionObject"
},
Expand All @@ -438,6 +444,9 @@
"additionalProperties": false,
"description": "Execution options for this task (on Post-Job stage)",
"properties": {
"Node20_1": {
"$ref": "#/definitions/executionObject"
},
"Node16": {
"$ref": "#/definitions/executionObject"
},
Expand Down

0 comments on commit 7898b15

Please sign in to comment.