Skip to content

Commit 5b6caee

Browse files
committed
remove node condition
1 parent abf767d commit 5b6caee

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
@@ -19,7 +19,7 @@ if [[ -n "$MONOGDB_DRIVER_VERSION_OVERRIDE" ]]; then
1919
fi
2020

2121
# 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
22+
if [[ "${DISTRO_ID}" =~ ^(rhel) ]]; then
2323
npm install node-gyp@9 --verbose --force
2424
fi
2525

0 commit comments

Comments
 (0)