summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorDane Springmeyer <springmeyer@users.noreply.github.com>2019-10-08 16:27:04 -0700
committerGitHub <noreply@github.com>2019-10-08 16:27:04 -0700
commitd0281e3ca4686ca52b1b4d886dad4e8de27bdcfa (patch)
tree0a276075abad753498278b6c41d903bcb44520c5 /cmake
parent563f9d0534cf6540652121f468cb0526148d70b9 (diff)
downloadqtlocation-mapboxgl-d0281e3ca4686ca52b1b4d886dad4e8de27bdcfa.tar.gz
node package improvements (#15748)
* node package improvements * npm run test-suite does not do anything anymore
Diffstat (limited to 'cmake')
-rw-r--r--cmake/node.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/node.cmake b/cmake/node.cmake
index a791d99b42..edea4df71b 100644
--- a/cmake/node.cmake
+++ b/cmake/node.cmake
@@ -20,8 +20,8 @@ create_source_groups(mbgl-loop-node)
add_node_module(mbgl-node
INSTALL_PATH "lib/{node_abi}/mbgl.node"
- NAN_VERSION "2.10.0"
-
+ NAN_VERSION "2.14.0"
+
# Don't build for Node 4.x, 5.x, 7.x, 9.x, 11.x and 12.x
# 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