From a0a2cc2eda9ab0c1b479f85750046a71635811bd Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 18 Feb 2017 22:21:22 +0100 Subject: [PATCH] update tests --- test/test_latest.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/test_latest.sh b/test/test_latest.sh index 3288f39..6605dfc 100644 --- a/test/test_latest.sh +++ b/test/test_latest.sh @@ -1,3 +1,9 @@ #!/bin/sh + +# test availability of node and npm npm -v node -v + +# test yarn +npmci command yarn install npmts +npmci command npmts -v