From 96fe4478c837173a0c6c8a4146126d5dbe632bf5 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Tue, 21 Apr 2020 18:27:27 +0300 Subject: [node] Blacklist Node ABI 83 Not supported at the moment --- platform/node/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/node/CMakeLists.txt b/platform/node/CMakeLists.txt index 9d7d08b07c..1369ab2d33 100644 --- a/platform/node/CMakeLists.txt +++ b/platform/node/CMakeLists.txt @@ -19,6 +19,7 @@ add_node_module( 67 72 79 + 83 ) target_sources( -- cgit v1.2.1