diff --git a/tasks.schema.json b/tasks.schema.json index 0657be1d2..d037a45e8 100644 --- a/tasks.schema.json +++ b/tasks.schema.json @@ -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" }, @@ -416,6 +419,9 @@ "additionalProperties": false, "description": "Execution options for this task", "properties": { + "Node20_1": { + "$ref": "#/definitions/executionObject" + }, "Node16": { "$ref": "#/definitions/executionObject" }, @@ -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" },