Skip to content

Commit 6c0489e

Browse files
committed
scripts/github-actions: build-hext-node-linux: print NODE_MODULE_VERSIONs from headers
1 parent e4a49ce commit 6c0489e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ npx prebuild \
7979
--CDCMAKE_BUILD_TYPE=Release
8080

8181

82+
grep "define NODE_MODULE_VERSION" $(find "$HOME" -name node_version.h)
83+
84+
8285
cd prebuilds
8386
for i in *.tar.gz ; do
8487
tar xf "$i"

0 commit comments

Comments
 (0)