From 55527570b0cc1ae74280e0ea2de024b85bfee465 Mon Sep 17 00:00:00 2001 From: umuoy1 Date: Fri, 21 Aug 2026 23:44:33 +0800 Subject: [PATCH] doc: clarify minimum C++ standard Signed-off-by: umuoy1 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1d220793a..389ed8a33 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ This allows addons built with it to run with Node.js versions which support the every year there will be a new major which drops support for the Node.js LTS version which has gone out of service. The oldest Node.js version supported by the current version of node-addon-api is Node.js 22.x. +The minimum supported C++ standard follows that of the oldest supported +Node.js release line. The current version therefore requires C++17 or later. ## Badges