Skip to content

Commit cb7f530

Browse files
authored
feat: Node version schema update (#18796)
* Update Schema * update to mark as deprecated and restore the default.
1 parent 82429c0 commit cb7f530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/schema/cypress.schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@
244244
"system",
245245
"bundled"
246246
],
247-
"default": "bundled",
248-
"description": "If set to 'system', Cypress will try to find a Node.js executable on your path to use when executing your plugins. Otherwise, Cypress will use the Node version bundled with Cypress."
247+
"default": "system",
248+
"description": "DEPRECATED: If set to 'bundled', Cypress will use the Node version bundled with Cypress. Otherwise, Cypress will use the Node version that was used to launch the Cypress. This Node version is used when executing your plugins file and building spec files."
249249
},
250250
"experimentalInteractiveRunEvents": {
251251
"type": "boolean",

0 commit comments

Comments
 (0)