File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 33
44echo " DISTRO ID: ${DISTRO_ID} "
55if [[ " ${DISTRO_ID} " =~ ^(rhel) ]]; then
6- export REPLACE_PACKAGE=" node-gyp:9.0.0"
7- npm run replace-package
86 # force because of issues with peer deps and semver pre-releases,
97 # install rather than ci because `npm ci` can only install packages when your
108 # package.json and package-lock.json or npm-shrinkwrap.json are in sync.
119 # NOTE: this won't work on some more exotic platforms because not every dep
1210 # can be installed on them. That's why we only run on linux x64 platforms when
1311 # we set MONOGDB_DRIVER_VERSION_OVERRIDE=nightly in CI
14- npm i --verbose --force
15- else
16- npm ci --verbose
12+ npm i node-gyp@9 --verbose --force
1713fi
1814
15+ npm ci --verbose
1916echo " MONOGDB_DRIVER_VERSION_OVERRIDE:$MONOGDB_DRIVER_VERSION_OVERRIDE "
2017
2118# if MONOGDB_DRIVER_VERSION_OVERRIDE is set, then we want to replace the package version
You can’t perform that action at this time.
0 commit comments