Skip to content

Commit 578ee7d

Browse files
committed
try something else
1 parent 88b624e commit 578ee7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# For more predictable usage, use script files
3838
preview-cmd: |
3939
npm i -g yarn;
40-
export NODE_OPTIONS=--tls-cipher-list="DEFAULT@SECLEVEL=1";
40+
export NODE_OPTIONS='--tls-min-v1.2 --tls-max-v1.2 --tls-cipher-list="DEFAULT@SECLEVEL=1"'
4141
yarn install;
4242
yarn build:backend;
4343
yarn cdklocal bootstrap;

0 commit comments

Comments
 (0)