ci: MongoDB 4, 5 CI jobs fail for LTS branch (#9536)

This commit is contained in:
Daniel
2025-01-13 00:19:36 +11:00
committed by GitHub
parent 5447c222c8
commit 0fb0c07fa3

View File

@@ -211,6 +211,11 @@ jobs:
${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-
- name: Install dependencies
run: npm ci
- run: |
if [[ "$MONGODB_VERSION" == "4."* || "$MONGODB_VERSION" == "5."* ]]; then
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
fi
- run: npm run pretest
- run: npm run coverage
env: