File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ echo $(electron -i <<< 'process.exit(0)' 2> /dev/null | grep "Using" | awk '{$1=
22
33electron -i <<< ' process.exit(parseInt(process.versions.node, 10))' & > /dev/null
44NODE_VERSION=$?
5- export NODE_OPTIONS=' --import=tsx/esm --conditions=browser --no-warnings -- tls-cipher-list="ECDHE-RSA-AES128-GCM-SHA256 ECDHE-RSA-AES256-GCM-SHA384 ECDHE-ECDSA-AES128-GCM-SHA256 ECDHE-ECDSA-AES256-GCM-SHA384"'
5+ export NODE_OPTIONS=' --import=tsx/esm --conditions=browser --tls-cipher-list="ECDHE-RSA-AES128-GCM-SHA256 ECDHE-RSA-AES256-GCM-SHA384 ECDHE-ECDSA-AES128-GCM-SHA256 ECDHE-ECDSA-AES256-GCM-SHA384"'
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ echo "Using Node.js $(node --version)"
22
33node -e ' process.exit(parseInt(process.versions.node, 10))' & > /dev/null
44NODE_VERSION=$?
5- export NODE_OPTIONS=' --import=tsx/esm --conditions=browser --no-warnings -- tls-cipher-list="ECDHE-RSA-AES128-GCM-SHA256 ECDHE-RSA-AES256-GCM-SHA384 ECDHE-ECDSA-AES128-GCM-SHA256 ECDHE-ECDSA-AES256-GCM-SHA384"'
5+ export NODE_OPTIONS=' --import=tsx/esm --conditions=browser --tls-cipher-list="ECDHE-RSA-AES128-GCM-SHA256 ECDHE-RSA-AES256-GCM-SHA384 ECDHE-ECDSA-AES128-GCM-SHA256 ECDHE-ECDSA-AES256-GCM-SHA384"'
You can’t perform that action at this time.
0 commit comments