From 2390ea6bed6d5381f4dca544cab65e73a0cba936 Mon Sep 17 00:00:00 2001 From: IlarioJs Date: Wed, 18 Mar 2026 12:21:27 -0300 Subject: [PATCH] fix: add --use-system-ca flag for node 24 tls certificate compatibility --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36a4d59..74d0bac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -223,7 +223,7 @@ jobs: run: npm run build - name: Setup Vault - run: node ./integrationTests/e2e-tls/setup.js + run: node --use-system-ca ./integrationTests/e2e-tls/setup.js env: VAULT_HOST: localhost VAULT_PORT: 8200