*: fix nvs script
g
This commit is contained in:
parent
344a0336b0
commit
b9b42997af
@ -19,7 +19,7 @@ before_install:
|
|||||||
;;
|
;;
|
||||||
windows)
|
windows)
|
||||||
# Using NVS for managing Node.js versions on Windows
|
# Using NVS for managing Node.js versions on Windows
|
||||||
NVS_HOME="C:\ProgramData"
|
NVS_HOME="C:\ProgramData\nvs"
|
||||||
git clone --single-branch https://github.com/jasongin/nvs $NVS_HOME
|
git clone --single-branch https://github.com/jasongin/nvs $NVS_HOME
|
||||||
source $NVS_HOME/nvs.sh
|
source $NVS_HOME/nvs.sh
|
||||||
nvs add latest
|
nvs add latest
|
||||||
|
Loading…
Reference in New Issue
Block a user