aboutsummaryrefslogtreecommitdiff
path: root/test/node/install_node_on_universal_image.sh
blob: faca1ebefda3bb9d3dac6359349aefcb8edec6b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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