Skip to content

Commit 7898b15

Browse files
Add node20 handler to task schema (#1075)
1 parent 30fdda7 commit 7898b15

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tasks.schema.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,9 @@
394394
"additionalProperties": false,
395395
"description": "Execution options for this task (on Pre-Job stage)",
396396
"properties": {
397+
"Node20_1": {
398+
"$ref": "#/definitions/executionObject"
399+
},
397400
"Node16": {
398401
"$ref": "#/definitions/executionObject"
399402
},
@@ -416,6 +419,9 @@
416419
"additionalProperties": false,
417420
"description": "Execution options for this task",
418421
"properties": {
422+
"Node20_1": {
423+
"$ref": "#/definitions/executionObject"
424+
},
419425
"Node16": {
420426
"$ref": "#/definitions/executionObject"
421427
},
@@ -438,6 +444,9 @@
438444
"additionalProperties": false,
439445
"description": "Execution options for this task (on Post-Job stage)",
440446
"properties": {
447+
"Node20_1": {
448+
"$ref": "#/definitions/executionObject"
449+
},
441450
"Node16": {
442451
"$ref": "#/definitions/executionObject"
443452
},

0 commit comments

Comments
 (0)