Skip to content

Commit

Permalink
feat: Node version schema update (#18796)
Browse files Browse the repository at this point in the history
* Update Schema

* update to mark as deprecated and restore the default.
  • Loading branch information
mjhenkes committed Nov 5, 2021
1 parent 82429c0 commit cb7f530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/schema/cypress.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@
"system",
"bundled"
],
"default": "bundled",
"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."
"default": "system",
"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."
},
"experimentalInteractiveRunEvents": {
"type": "boolean",
Expand Down

2 comments on commit cb7f530

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on cb7f530 Nov 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/8.8.0/circle-9.0-release-cb7f530320ced2cb166c846b1b448916559415a4/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on cb7f530 Nov 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/8.8.0/circle-9.0-release-cb7f530320ced2cb166c846b1b448916559415a4/cypress.tgz

Please sign in to comment.