Skip to content

Commit a0370ad

Browse files
geninthocpojer
authored andcommitted
Update minimal version of Node supported (#5300)
1 parent 0580b5b commit a0370ad

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212
the case of `--lastCommit`, `--findRelatedTests`, or `--onlyChanged` options
1313
having been passed to the CLI
1414

15+
### Fixes
16+
* `[docs]` Update mention of the minimal version of node supported [#4947](https://github.com/facebook/jest/issues/4947)
17+
1518
### Chore & Maintenance
1619

1720
* `[filenames]` Standardize folder names under `integration-tests/`
1821
([#5298](https://github.com/facebook/jest/pull/5298))
1922

20-
2123
## jest 22.0.6
2224

2325
### Fixes

docs/Troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,9 @@ option to `jasmine1` or pass `--testRunner=jasmine1` as a command line option.
299299

300300
### Compatibility issues
301301

302-
Jest takes advantage of new features added to Node 4. We recommend that you
302+
Jest takes advantage of new features added to Node 6. We recommend that you
303303
upgrade to the latest stable release of Node. The minimum supported version is
304-
`v4.0.0`. Versions `0.x.x` are not supported.
304+
`v6.0.0`. Versions `0.x.x` and `4.x.x` are not supported.
305305

306306
### `coveragePathIgnorePatterns` seems to not have any effect.
307307

0 commit comments

Comments
 (0)