Skip to content

Commit 325de43

Browse files
Gabriel SchulhofBridgeAR
Gabriel Schulhof
authored andcommitted
doc: update N-API version matrix
PR-URL: #29461 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 0a47d06 commit 325de43

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

doc/api/n-api.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -160,14 +160,15 @@ from version 3 with some additions. This means that it is not necessary
160160
to recompile for new versions of Node.js which are
161161
listed as supporting a later version.
162162

163-
| | 1 | 2 | 3 | 4 |
164-
|:-----:|:-------:|:--------:|:--------:|:--------:|
165-
| v6.x | | | v6.14.2* | |
166-
| v8.x | v8.0.0* | v8.10.0* | v8.11.2 | v8.16.0 |
167-
| v9.x | v9.0.0* | v9.3.0* | v9.11.0* | |
168-
| v10.x | | | v10.0.0 | |
169-
| v11.x | | | v11.0.0 | v11.8.0 |
170-
| v12.x | | | | v12.0.0 |
163+
| | 1 | 2 | 3 | 4 | 5 |
164+
|:-----:|:-------:|:--------:|:--------:|:--------:|:---------:|
165+
| v6.x | | | v6.14.2* | | |
166+
| v8.x | v8.0.0* | v8.10.0* | v8.11.2 | v8.16.0 | |
167+
| v9.x | v9.0.0* | v9.3.0* | v9.11.0* | | |
168+
| v10.x | | | v10.0.0 | | |
169+
| v11.x | | | v11.0.0 | v11.8.0 | |
170+
| v12.x | | | | v12.0.0 | REPLACEME |
171+
| v13.x | | | | | |
171172

172173
\* Indicates that the N-API version was released as experimental
173174

0 commit comments

Comments
 (0)