We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6889c5c commit 23d3cccCopy full SHA for 23d3ccc
.github/workflows/preview.yml
@@ -36,6 +36,7 @@ jobs:
36
# Multi line commands are folding for some reason, so we enforce new lines
37
# For more predictable usage, use script files
38
preview-cmd: |
39
+ export NODE_OPTIONS=--tls-cipher-list="DEFAULT@SECLEVEL=1"
40
make install;
41
make deploy;
42
make frontend;
0 commit comments