Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit cabf7a8

Browse files
Remove mention of old Cypress Node version that we no longer use.
1 parent cb7e6c2 commit cabf7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This version is only compatible with webpack 4.x+ and Babel 7.x+.
2828
* If you need webpack 2 or 3 support, use `@cypress/webpack-preprocessor` 1.x
2929
* If you need Babel 6 support, use `@cypress/webpack-preprocessor` <= 2.x
3030

31-
This plugin (and all Cypress plugins) run in Cypress's own version of Node. If you require npm packages or your own code into the pluginsFile, they needs to be compatible with [the version of Node that Cypress uses]((https://github.com/cypress-io/cypress/blob/develop/.node-version)), currently `8.2.1`.
31+
This plugin (and all Cypress plugins) run in Cypress's own version of Node. If you require npm packages or your own code into the pluginsFile, they needs to be compatible with [the version of Node that Cypress uses]((https://github.com/cypress-io/cypress/blob/develop/.node-version)).
3232

3333
## Usage
3434

0 commit comments

Comments
 (0)