features/test/node/install_node_on_universal_image.sh
Samruddhi Khandale 1e35500bda
Node: Fix bug - version set by Feature is not default (#294)
* Node:Fix bug version set by Feature is not default

* node not supported for ubuntu:bionic
2022-11-15 14:51:00 -08:00

12 lines
183 B
Bash

#!/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