Skip to content

Commit 95f7384

Browse files
committed
scripts/github-actions: build-hext-node-linux: do not attempt to install node v18 if node is unavailable
1 parent af4765f commit 95f7384

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@ make -j$THREADS
5858
sudo make install
5959

6060

61-
hash node 2>/dev/null || {
62-
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo bash -
63-
sudo apt-get install -y nodejs
64-
}
65-
66-
6761
cd "$LIBHEXTD/bindings/nodejs"
6862
npm install
6963
npm install prebuild

0 commit comments

Comments
 (0)