From 1e35500bda4b00fadc1b2881865ad3cffaa69ff8 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Tue, 15 Nov 2022 14:51:00 -0800 Subject: 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 --- test/node/install_node_on_universal_image.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/node/install_node_on_universal_image.sh (limited to 'test/node/install_node_on_universal_image.sh') diff --git a/test/node/install_node_on_universal_image.sh b/test/node/install_node_on_universal_image.sh new file mode 100644 index 0000000..faca1eb --- /dev/null +++ b/test/node/install_node_on_universal_image.sh @@ -0,0 +1,11 @@ +#!/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 -- cgit v1.2.3