features/test/node/install_node_on_universal_image.sh

12 lines
183 B
Bash
Raw Normal View History

#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
check "version_on_path" bash -c "node -v | grep 'v19.1.0'"
# Report result
reportResults