docs(core): update node matrix compat (#17703)

This commit is contained in:
Colum Ferry 2023-06-21 13:24:40 +01:00 committed by GitHub
parent 1a7577ee1b
commit e01df1cb58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 6 deletions

View File

@ -1,8 +1,10 @@
# Nx, NodeJS and TypeScript Compatibility Matrix
Below is a reference table that matches versions the latest major versions of Nx to the version TypeScript that it uses and the version of NodeJS that we tested it against.
Below is a reference table that matches versions the latest major versions of Nx to the version TypeScript that it uses
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 version of NodeJS that we used when building and testing each particular version of Nx._
> _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._
| Nx Version | Node Version | Typescript Version |
| ---------- | ------------ | ------------------ |
@ -11,4 +13,5 @@ Below is a reference table that matches versions the latest major versions of Nx
| 12.10.1 | ^14.17 | ~4.3.5 |
| 13.10.6 | ^16.5.0 | ~4.6.2 |
| 14.5.4 | ^16.16.0 | ~4.7.2 |
| latest | ^16.16.0 | ~4.7.2 |
| 15.9.4 | ^16.16.0 | ~5.0.0 |
| latest | ^18.14.0 | ~5.1.0 |

View File

@ -1,8 +1,10 @@
# Nx, NodeJS and TypeScript Compatibility Matrix
Below is a reference table that matches versions the latest major versions of Nx to the version TypeScript that it uses and the version of NodeJS that we tested it against.
Below is a reference table that matches versions the latest major versions of Nx to the version TypeScript that it uses
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 version of NodeJS that we used when building and testing each particular version of Nx._
> _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._
| Nx Version | Node Version | Typescript Version |
| ---------- | ------------ | ------------------ |
@ -11,4 +13,5 @@ Below is a reference table that matches versions the latest major versions of Nx
| 12.10.1 | ^14.17 | ~4.3.5 |
| 13.10.6 | ^16.5.0 | ~4.6.2 |
| 14.5.4 | ^16.16.0 | ~4.7.2 |
| latest | ^16.16.0 | ~4.7.2 |
| 15.9.4 | ^16.16.0 | ~5.0.0 |
| latest | ^18.14.0 | ~5.1.0 |