ht-docker-node/test/test_latest.sh
2017-03-11 14:43:34 +01:00

6 lines
62 B
Bash

#!/bin/sh
# test availability of node and npm
npm -v
node -v