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:
parent
1f05f6c7be
commit
2390ea6bed
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue