Skip to content

Commit 8e768f4

Browse files
committed
Fix: Test Scenario Failure
1 parent 05055e7 commit 8e768f4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/node/install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ curl -so- "https://raw.githubusercontent.com/nvm-sh/nvm/v${NVM_VERSION}/install.
309309
curl -so- "https://raw.githubusercontent.com/nvm-sh/nvm/\${PREV_NVM_VERSION}/install.sh" | bash
310310
NVM_VERSION="\${PREV_NVM_VERSION}"
311311
}
312-
export NVM_DIR="${NVM_DIR}"
313312
[ -s "\$NVM_DIR/nvm.sh" ] && . "\$NVM_DIR/nvm.sh"
314313
if [ "${NODE_VERSION}" != "" ]; then
315314
nvm alias default "${NODE_VERSION}"

0 commit comments

Comments
 (0)