docs(core): fix nodejs compatibility matrix (#19032)

This commit is contained in:
Jason Jean 2023-09-06 16:30:56 -04:00 committed by GitHub
parent 5240f5e2a0
commit 06cf205715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 18 deletions

View File

@ -6,12 +6,9 @@ and the version of NodeJS that we tested it against.
> _Note: Other versions of NodeJS **may** still work without issue for these versions of Nx. This table outlines the > _Note: Other versions of NodeJS **may** still work without issue for these versions of Nx. This table outlines the
> version of NodeJS that we used when building and testing each particular version of Nx._ > version of NodeJS that we used when building and testing each particular version of Nx._
| Nx Version | Node Version | Typescript Version | | Nx Version | Node Version | Typescript Version |
| ---------- | ------------ | ------------------ | | --------------- | ---------------- | ------------------ |
| 10.4.15 | ^12.18 | 4.0.3 | | 13.x | 10.x, 12.x, 14.x | ~4.6.2 |
| 11.6.3 | ^12.20 | 4.0.5 | | 14.x | 12.x, 14.x, 16.x | ~4.7.2 |
| 12.10.1 | ^14.17 | ~4.3.5 | | 15.x (previous) | 14.x, 16.x, 18.x | ~5.0.0 |
| 13.10.6 | ^16.5.0 | ~4.6.2 | | 16.x (latest) | 16.x, 18.x, 20.x | ~5.1.0 |
| 14.5.4 | ^16.16.0 | ~4.7.2 |
| 15.9.4 | ^16.16.0 | ~5.0.0 |
| latest | ^18.14.0 | ~5.1.0 |

View File

@ -6,12 +6,9 @@ and the version of NodeJS that we tested it against.
> _Note: Other versions of NodeJS **may** still work without issue for these versions of Nx. This table outlines the > _Note: Other versions of NodeJS **may** still work without issue for these versions of Nx. This table outlines the
> version of NodeJS that we used when building and testing each particular version of Nx._ > version of NodeJS that we used when building and testing each particular version of Nx._
| Nx Version | Node Version | Typescript Version | | Nx Version | Node Version | Typescript Version |
| ---------- | ------------ | ------------------ | | --------------- | ---------------- | ------------------ |
| 10.4.15 | ^12.18 | 4.0.3 | | 13.x | 10.x, 12.x, 14.x | ~4.6.2 |
| 11.6.3 | ^12.20 | 4.0.5 | | 14.x | 12.x, 14.x, 16.x | ~4.7.2 |
| 12.10.1 | ^14.17 | ~4.3.5 | | 15.x (previous) | 14.x, 16.x, 18.x | ~5.0.0 |
| 13.10.6 | ^16.5.0 | ~4.6.2 | | 16.x (latest) | 16.x, 18.x, 20.x | ~5.1.0 |
| 14.5.4 | ^16.16.0 | ~4.7.2 |
| 15.9.4 | ^16.16.0 | ~5.0.0 |
| latest | ^18.14.0 | ~5.1.0 |