Skip to content

Commit eaa9f83

Browse files
Gabriel SchulhofTrott
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 0af62aa commit eaa9f83

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
@@ -158,14 +158,15 @@ from version 3 with some additions. This means that it is not necessary
158158
to recompile for new versions of Node.js which are
159159
listed as supporting a later version.
160160

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

170171
\* Indicates that the N-API version was released as experimental
171172

0 commit comments

Comments
 (0)