diff --git a/.madrun.mjs b/.madrun.mjs index 1e540a8a..b8834ba9 100644 --- a/.madrun.mjs +++ b/.madrun.mjs @@ -7,7 +7,7 @@ const testEnv = { THREAD_IT_COUNT: 0, }; -const is17 = /^v1[78]/.test(process.version); +const is17 = /^v1[789]/.test(process.version); // fix for ERR_OSSL_EVP_UNSUPPORTED on node v17 // flag '--openssl-legacy-provider' not supported