aboutsummaryrefslogtreecommitdiff
path: root/test/node/install_node_16_on_bionic.sh
blob: 1b301d34cd686582dd4ed6bb6a209e2be043bb66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

set -e

# Optional: Import test library
source dev-container-features-test-lib

# Definition specific tests
check "version" bash -c "node --version | grep 16"
check "nvm" bash -c ". /usr/local/share/nvm/nvm.sh && nvm install 10"

# Report result
reportResults