Skip to content

Commit

Permalink
Attempt to fix CI for earlier node versions.
Browse files Browse the repository at this point in the history
LetsEncrypt's root certificate isn't part of the set bundled with older
node versions.  Ask it to use those provided by OpenSSL.
  • Loading branch information
Freaky committed Mar 11, 2024
1 parent 7610f9f commit 6a30c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
cd smoke_tests/commonjs
npm i
npm test
npm test -- --use-openssl-ca
smoke-tests-esm:
name: "Smoke tests (ESM)"
Expand Down

0 comments on commit 6a30c90

Please sign in to comment.