We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf767d commit 5b6caeeCopy full SHA for 5b6caee
.evergreen/install-npm-deps.sh
@@ -19,7 +19,7 @@ if [[ -n "$MONOGDB_DRIVER_VERSION_OVERRIDE" ]]; then
19
fi
20
21
# Needed to ensure Python 3.6 support which is the oldest one that's available out-of-the-box on the rhel70 hosts.
22
-if [[ "${DISTRO_ID}" =~ ^(rhel) ]] && [[ "$NODE_JS_VERSION" =~ ^20 ]]; then
+if [[ "${DISTRO_ID}" =~ ^(rhel) ]]; then
23
npm install node-gyp@9 --verbose --force
24
25
0 commit comments