diff --git a/bin/nodejs/Makefile.am b/bin/nodejs/Makefile.am index 58f510cfa90309688cc71a11e19184c8f0d70e52..a555358737987c563c55efbeafffa68ea4bf8362 100644 --- a/bin/nodejs/Makefile.am +++ b/bin/nodejs/Makefile.am @@ -9,7 +9,7 @@ jami_wrapper.cpp: nodejs_interface.i configurationmanager.i managerimpl.i $(SWIG) -v -c++ -javascript -node -o jami_wrapper.cpp nodejs_interface.i build/Makefile: jami_wrapper.cpp binding.gyp - node-gyp configure --target=v12.18.2 --arch=x64 + node-gyp configure --target=v14.16.1 --arch=x64 build/Release/obj.target/dring.node: build/Makefile jami_wrapper.cpp callback.h node-gyp build diff --git a/bin/nodejs/meson.build b/bin/nodejs/meson.build index 14b339c2030db445fe9defa64218912cda8c49ee..89def1d98dde0ccb752f7b5d781d3d2351cb205d 100644 --- a/bin/nodejs/meson.build +++ b/bin/nodejs/meson.build @@ -5,7 +5,7 @@ nodejs_wrapper_target = custom_target('nodejs.wrapper', ) nodejs_makefile_target = custom_target('nodejs.makefile', - command: [prognodegyp, 'configure', '--target=v12.18.2', '--arch=x64'], + command: [prognodegyp, 'configure', '--target=v14.16.1', '--arch=x64'], output: 'build/Makefile', depends: nodejs_wrapper_target )