diff --git a/tools/shared.py b/tools/shared.py index b1780587347de..99843a87eb82c 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -49,7 +49,7 @@ # exact requirement, but is the oldest version of node that we do any testing with. # This version aligns with the current Ubuuntu TLS 20.04 (Focal). MINIMUM_NODE_VERSION = (10, 19, 0) -EXPECTED_LLVM_VERSION = 17 +EXPECTED_LLVM_VERSION = 14 # Used only when EM_PYTHON_MULTIPROCESSING=1 env. var is set. multiprocessing_pool = None