Skip to content

Commit adb320a

Browse files
committed
use npm i
1 parent b083776 commit adb320a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/install-npm-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [[ "${DISTRO_ID}" =~ ^(rhel) ]]; then
1111
# NOTE: this won't work on some more exotic platforms because not every dep
1212
# can be installed on them. That's why we only run on linux x64 platforms when
1313
# we set MONOGDB_DRIVER_VERSION_OVERRIDE=nightly in CI
14-
npm ci --verbose --force
14+
npm i --verbose --force
1515
else
1616
npm ci --verbose
1717
fi

0 commit comments

Comments
 (0)