Skip to content

Commit

Permalink
fix(ci): use npm@6 (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax authored Feb 2, 2021
1 parent e96f0fd commit adc916e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .evergreen/.install_node
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else

nvm install $NODE_JS_VERSION
nvm alias default $NODE_JS_VERSION
npm install -g npm@latest
npm install -g npm@6
fi

. "$BASEDIR/.setup_env"
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/InstallNode.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Remove-Item .\npm.cmd
Remove-Item .\npx
Remove-Item .\npx.cmd
Move-Item .\node_modules\npm -Destination .\node_modules\npm2
.\node.exe .\node_modules\npm2\bin\npm-cli.js i -g npm@latest
.\node.exe .\node_modules\npm2\bin\npm-cli.js i -g npm@6

0 comments on commit adc916e

Please sign in to comment.