Skip to content

Commit cfec644

Browse files
authored
Add Node24 handler in tasks.schema.json
1 parent 8aee318 commit cfec644

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tasks.schema.json

Lines changed: 4 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+
"Node24": {
398+
"$ref": "#/definitions/executionObject"
399+
},
397400
"Node20_1": {
398401
"$ref": "#/definitions/executionObject"
399402
},
@@ -557,3 +560,4 @@
557560
}
558561
}
559562
}
563+

0 commit comments

Comments
 (0)