We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b624e commit 578ee7dCopy full SHA for 578ee7d
.github/workflows/preview.yml
@@ -37,7 +37,7 @@ jobs:
37
# For more predictable usage, use script files
38
preview-cmd: |
39
npm i -g yarn;
40
- export NODE_OPTIONS=--tls-cipher-list="DEFAULT@SECLEVEL=1";
+ export NODE_OPTIONS='--tls-min-v1.2 --tls-max-v1.2 --tls-cipher-list="DEFAULT@SECLEVEL=1"'
41
yarn install;
42
yarn build:backend;
43
yarn cdklocal bootstrap;
0 commit comments