Skip to content

Commit adc916e

Browse files
authored
1 parent e96f0fd commit adc916e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/.install_node

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ else
1515

1616
nvm install $NODE_JS_VERSION
1717
nvm alias default $NODE_JS_VERSION
18-
npm install -g npm@latest
18+
npm install -g npm@6
1919
fi
2020

2121
. "$BASEDIR/.setup_env"

.evergreen/InstallNode.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Remove-Item .\npm.cmd
2323
Remove-Item .\npx
2424
Remove-Item .\npx.cmd
2525
Move-Item .\node_modules\npm -Destination .\node_modules\npm2
26-
.\node.exe .\node_modules\npm2\bin\npm-cli.js i -g npm@latest
26+
.\node.exe .\node_modules\npm2\bin\npm-cli.js i -g npm@6

0 commit comments

Comments
 (0)