Skip to content

Commit

Permalink
use npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Oct 22, 2024
1 parent b083776 commit adb320a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/install-npm-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ "${DISTRO_ID}" =~ ^(rhel) ]]; then
# NOTE: this won't work on some more exotic platforms because not every dep
# can be installed on them. That's why we only run on linux x64 platforms when
# we set MONOGDB_DRIVER_VERSION_OVERRIDE=nightly in CI
npm ci --verbose --force
npm i --verbose --force
else
npm ci --verbose
fi
Expand Down

0 comments on commit adb320a

Please sign in to comment.