Skip to content

Commit

Permalink
fix(build): use node-gyp@9.3.1
Browse files Browse the repository at this point in the history
Since nodejs/node-gyp@02480f6, this is
incompatible with Node.js 12.x since newer 'make fetch happen' specifies
a 14.x+ requirement, which *still* breaks node-ffi-napi.

As of nodejs/node-gyp@33391db, the deps
got updated so that the 'latest' version won't install anymore.

"is vulnerable", how does this *matter* for a client application? aaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaa...
  • Loading branch information
blattersturm committed Jun 15, 2023
1 parent 59dec6a commit ee0ac7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/native-doc-gen/build.sh
Expand Up @@ -21,7 +21,7 @@ YARN="$NODE $ROOT/yarn_cli.js"
# install yarn deps
cd $ROOT/../native-doc-tooling/

$YARN global add node-gyp
$YARN global add node-gyp@9.3.1
$YARN

cd $ROOT/../natives/
Expand Down

0 comments on commit ee0ac7e

Please sign in to comment.