ht-docker-node/test/test_latest.sh
2017-02-18 22:28:05 +01:00

10 lines
131 B
Bash

#!/bin/sh
# test availability of node and npm
npm -v
node -v
# test yarn
npmci command yarn install npmts
npmci command npmts -v