Skip to content

Commit b875346

Browse files
Gabriel SchulhofMylesBorins
Gabriel Schulhof
authored andcommitted
doc: complete n-api version matrix
We have received feedback indicating that the N-API support matrix as present now can be misinterpreted to mean that old versions of N-API are no longer supported on newer versions of Node.js. Filling out the bottom of the matrix should hopefully make it clear that support for such old versions continues. PR-URL: #32304 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 36ba54e commit b875346

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/api/n-api.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,10 @@ listed as supporting a later version.
246246
| v6.x | | | v6.14.2* | | |
247247
| v8.x | v8.0.0* | v8.10.0* | v8.11.2 | v8.16.0 | |
248248
| v9.x | v9.0.0* | v9.3.0* | v9.11.0* | | |
249-
| v10.x | | | v10.0.0 | v10.16.0 | |
250-
| v11.x | | | v11.0.0 | v11.8.0 | |
251-
| v12.x | | | | v12.0.0 | v12.11.0 |
252-
| v13.x | | | | | v13.0.0 |
249+
| v10.x | v10.0.0 | v10.0.0 | v10.0.0 | v10.16.0 | v10.17.0 |
250+
| v11.x | v11.0.0 | v11.0.0 | v11.0.0 | v11.8.0 | |
251+
| v12.x | v12.0.0 | v12.0.0 | v12.0.0 | v12.0.0 | v12.11.0 |
252+
| v13.x | v13.0.0 | v13.0.0 | v13.0.0 | v13.0.0 | v13.0.0 |
253253

254254
\* Indicates that the N-API version was released as experimental
255255

0 commit comments

Comments
 (0)