Skip to content

Commit fce6a0a

Browse files
committed
GPII-1318: Updates Vagrant provisioning scripts to Node 4.4.3.
1 parent f2d411e commit fce6a0a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/node_modules/
2+
.vagrant
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
choco install nodejs -version 0.10.36 --forcex86 -y
2-
choco install nodejs.install -version 0.10.36 --forcex86 -y
1+
choco install nodejs -version 4.4.3 --forcex86 -y
2+
choco install nodejs.install -version 4.4.3 --forcex86 -y
33
setx /M PATH "%PATH%;c:\programdata\chocolatey\lib\nodejs.commandline\tools;c:\users\vagrant\appdata\roaming\npm"

0 commit comments

Comments
 (0)