Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to fix CI for earlier node versions.
Node hardcodes its default TLS certificates, meaning older versions do not support the root certificate currently used by LetsEncrypt. Use --use-openssl-ca to enable the use of the system's OpenSSL certificates. Since node v7 doesn't support NODE_OPTIONS, conditionally modify the test script with sed.
- Loading branch information