Skip to content

Commit 5b9fafd

Browse files
deps(NODE-5446): bump dependencies again for v6 (#3860)
Co-authored-by: Durran Jordan <[email protected]>
1 parent b1c0eac commit 5b9fafd

File tree

4 files changed

+359
-292
lines changed

4 files changed

+359
-292
lines changed

.evergreen/install-dependencies.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ else
9898
fi
9999

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

108109
npm install "${NPM_OPTIONS}"
110+
111+
npm ls

0 commit comments

Comments
 (0)