From 27e150d3e65990f9e138df3cf76897e86793ccf1 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 10 Nov 2020 11:21:38 -0800 Subject: [PATCH] latest node versions --- lib/util/abi_crosswalk.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/util/abi_crosswalk.json b/lib/util/abi_crosswalk.json index 39d0d239..ebb71174 100644 --- a/lib/util/abi_crosswalk.json +++ b/lib/util/abi_crosswalk.json @@ -1955,6 +1955,10 @@ "node_abi": 64, "v8": "6.8" }, + "10.23.0": { + "node_abi": 64, + "v8": "6.8" + }, "11.0.0": { "node_abi": 67, "v8": "7.0" @@ -2291,6 +2295,10 @@ "node_abi": 83, "v8": "8.4" }, + "14.15.0": { + "node_abi": 83, + "v8": "8.4" + }, "15.0.0": { "node_abi": 88, "v8": "8.6" @@ -2298,5 +2306,9 @@ "15.0.1": { "node_abi": 88, "v8": "8.6" + }, + "15.1.0": { + "node_abi": 88, + "v8": "8.6" } } \ No newline at end of file