mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-23 20:15:19 -07:00
Try running the JavaScript tests with Bun before Node
This commit is contained in:
parent
9c0c1f709e
commit
9703516a5e
@ -150,7 +150,7 @@ EOM
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$NODE" = ""; then
|
if test "$NODE" = ""; then
|
||||||
for candidate in /usr/local/bin/node /usr/local/bin/nodejs /usr/bin/node /usr/bin/nodejs node nodejs; do
|
for candidate in bun nodejs node /usr/local/bin/bun /usr/local/bin/nodejs /usr/local/bin/node; do
|
||||||
case $($candidate --version 2>&1) in #(
|
case $($candidate --version 2>&1) in #(
|
||||||
v*)
|
v*)
|
||||||
NODE=$candidate
|
NODE=$candidate
|
||||||
|
Loading…
Reference in New Issue
Block a user