diff options
author | Chuck Lantz <clantz@microsoft.com> | 2022-10-28 20:32:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-28 20:32:58 +0300 |
commit | 2963ae91192b29a8ec049d7376dc69ff21b725f4 (patch) | |
tree | 320ae32fe67b460648a34900c2748de87860af25 /test/node/install_additional_node.sh | |
parent | ab021f0dfb0b4d28a2a71fd4b8502f5cb0b72004 (diff) |
Fix privs in Node, regressions from #199 (#241)
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
Diffstat (limited to 'test/node/install_additional_node.sh')
-rw-r--r-- | test/node/install_additional_node.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/node/install_additional_node.sh b/test/node/install_additional_node.sh index 83dae86..1a1abca 100644 --- a/test/node/install_additional_node.sh +++ b/test/node/install_additional_node.sh @@ -5,7 +5,7 @@ set -e # Optional: Import test library source dev-container-features-test-lib -# 'latest' is some version of node 18 for a while. +# 'lts' is some version of node 18 for a while. check "version_on_path" node -v | grep 18 check "v18_installed" ls -1 /usr/local/share/nvm/versions/node | grep 18 |