Skip to content

Commit

Permalink
deps(NODE-5446): bump dependencies again for v6 (#3860)
Browse files Browse the repository at this point in the history
Co-authored-by: Durran Jordan <[email protected]>
  • Loading branch information
baileympearson and durran authored Sep 13, 2023
1 parent b1c0eac commit 5b9fafd
Show file tree
Hide file tree
Showing 4 changed files with 359 additions and 292 deletions.
3 changes: 3 additions & 0 deletions .evergreen/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ else
fi

if [[ $operating_system != "win" ]]; then
# Update npm to latest when we can
npm install --global npm@$NPM_VERSION
hash -r
fi
Expand All @@ -106,3 +107,5 @@ echo "npm location: $(which npm)"
echo "npm version: $(npm -v)"

npm install "${NPM_OPTIONS}"

npm ls
Loading

0 comments on commit 5b9fafd

Please sign in to comment.