summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2018-06-15 16:18:33 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2018-06-26 17:20:46 -0700
commit37e71666d863c7025b0be8db89b3237f70ee3882 (patch)
tree8974e02b36b61d2d2fa4289da2c45d563a55ad40 /cmake
parentec05ee41d10b82751ed2cd6bab7f00a0d6778b9a (diff)
downloadqtlocation-mapboxgl-37e71666d863c7025b0be8db89b3237f70ee3882.tar.gz
[node] Build and publish for node 6.x, 8.x, and 10.x
Note that we're still only testing the 6.x ABI (48).
Diffstat (limited to 'cmake')
-rw-r--r--cmake/node.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmake/node.cmake b/cmake/node.cmake
index 5db1f46137..218b7548f6 100644
--- a/cmake/node.cmake
+++ b/cmake/node.cmake
@@ -23,7 +23,9 @@ add_node_module(mbgl-node
NAN_VERSION "2.10.0"
# Don't build for Node 4.x, 5.x, 7.x, or 9.x
- # See https://nodejs.org/en/download/releases/ for mapping of Node version to ABI number
+ # See https://nodejs.org/en/download/releases/ for mapping of Node version to ABI number.
+ # Changes to this property should happen in tandem with updates to the version targets
+ # in platform/node/scripts/publish.sh and the "node" engines property in package.json.
EXCLUDE_NODE_ABIS 46 47 51 59
)