Skip to content

Commit d9458d5

Browse files
committed
chore(NODE-5594): pin npm version
1 parent a360f1c commit d9458d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/install-dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ else
9595
fi
9696

9797
if [[ $operating_system != "win" ]]; then
98-
# Update npm to latest when we can
99-
npm install --global npm@latest
98+
# pin npm to v9
99+
npm install --global npm@9
100100
hash -r
101101
fi
102102

0 commit comments

Comments
 (0)