Skip to content

Commit 25f7ba0

Browse files
authored
doc: clarify minimum C++ standard (#1754)
Signed-off-by: umuoy1 <burningdian@gmail.com>
1 parent 3075ace commit 25f7ba0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ This allows addons built with it to run with Node.js versions which support the
3030
every year there will be a new major which drops support for the Node.js LTS version which has gone out of service.
3131

3232
The oldest Node.js version supported by the current version of node-addon-api is Node.js 22.x.
33+
The minimum supported C++ standard follows that of the oldest supported
34+
Node.js release line. The current version therefore requires C++17 or later.
3335

3436
## Badges
3537

0 commit comments

Comments
 (0)