From 4fb54b066fc590ea7bd161ba8afa5fc1d4b34d2e Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Sun, 14 Mar 2021 22:25:33 +0000 Subject: improve Node.js setup on GitHub Actions (#4775) --- test/release/install.sh | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 test/release/install.sh (limited to 'test/release') diff --git a/test/release/install.sh b/test/release/install.sh new file mode 100755 index 00000000..2c5f4d3b --- /dev/null +++ b/test/release/install.sh @@ -0,0 +1,33 @@ +if command -v timeout &> /dev/null; then NATIVE=1; fi +timeout() { + T=$1 + shift + shift + shift + expect <