11
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2026-03-29 06:06:53 +00:00

fix: add --use-system-ca flag for node 24 tls certificate compatibility

This commit is contained in:
IlarioJs 2026-03-18 12:21:27 -03:00
parent 1f05f6c7be
commit 2390ea6bed

View file

@ -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