We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aab8b2 commit 0215ef8Copy full SHA for 0215ef8
.github/workflows/windows-npm.yml
@@ -72,8 +72,11 @@ jobs:
72
unset npm_config_prefix
73
export NVM_INSTALL_GITHUB_REPO="$NVM_INSTALL_GITHUB_REPO"
74
export NVM_INSTALL_VERSION="$NVM_INSTALL_VERSION"
75
+ export HOME="$(cygpath -u "$USERPROFILE")"
76
77
+ echo "HOME is $HOME"
78
curl -fsSLo- "https://raw.githubusercontent.com/${NVM_INSTALL_GITHUB_REPO}/${NVM_INSTALL_VERSION}/install.sh" | bash
79
+ ls -l $HOME/.nvm
80
. "$HOME/.nvm/nvm.sh"
81
nvm install --lts
82
0 commit comments