Skip to content

Commit 7f077ad

Browse files
committed
scripts/github-actions: build-hext-node-linux: require node-abi@^4.8.0
1 parent 6c0489e commit 7f077ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/github-actions/linux/build-hext-node-linux.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ sudo make install
6161
cd "$LIBHEXTD/bindings/nodejs"
6262
npm install
6363
npm install prebuild
64+
npm list | grep node-abi
65+
npm install "node-abi@^4.8.0"
66+
npm list | grep node-abi
6467
npx prebuild \
6568
-t "$HEXT_NODE_API_VERSION1" \
6669
-t "$HEXT_NODE_API_VERSION2" \
@@ -80,6 +83,7 @@ npx prebuild \
8083

8184

8285
grep "define NODE_MODULE_VERSION" $(find "$HOME" -name node_version.h)
86+
ls -1 prebuilds/
8387

8488

8589
cd prebuilds

0 commit comments

Comments
 (0)