fix: set NODE_EXTRA_CA_CERTS for artifact upload/download actions #127

Merged
forbes merged 1 commits from fix/build-artifact-ca-cert into main 2026-02-09 18:59:47 +00:00

1 Commits

Author SHA1 Message Date
44b9b4e8df fix: set NODE_EXTRA_CA_CERTS for artifact upload/download actions
Some checks failed
Build and Test / build (pull_request) Has been cancelled
Node.js actions (checkout, cache, upload-artifact, download-artifact)
use their own TLS stack and don't trust the system CA store. Setting
NODE_EXTRA_CA_CERTS points Node to the system bundle which includes
the Cloudflare origin CA.
2026-02-09 12:59:21 -06:00