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,7 +2,7 @@ echo $(electron -i <<< 'process.exit(0)' 2> /dev/null | grep "Using" | awk '{$1=
2
2
3
3
electron -i <<< ' process.exit(parseInt(process.versions.node, 10))' & > /dev/null
4
4
NODE_VERSION=$?
5
- export NODE_OPTIONS=' --no-warnings --tls-cipher-list="DHE -RSA-AES128-GCM-SHA256 ECDHE-RSA-AES128 -GCM-SHA256 DHE-RSA-AES256 -GCM-SHA384 ECDHE-RSA -AES256-GCM-SHA384"'
5
+ export NODE_OPTIONS=' --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"'
6
6
7
7
if [[ $NODE_VERSION -eq 18 ]]; then
8
8
export NODE_OPTIONS+=' --experimental-global-webcrypto'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ echo "Using Node.js $(node --version)"
2
2
3
3
node -e ' process.exit(parseInt(process.versions.node, 10))' & > /dev/null
4
4
NODE_VERSION=$?
5
- export NODE_OPTIONS=' --conditions=browser --no-warnings --tls-cipher-list="DHE -RSA-AES128-GCM-SHA256 ECDHE-RSA-AES128 -GCM-SHA256 DHE-RSA-AES256 -GCM-SHA384 ECDHE-RSA -AES256-GCM-SHA384"'
5
+ export NODE_OPTIONS=' --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"'
6
6
7
7
if [[ $NODE_VERSION -eq 18 ]]; then
8
8
export NODE_OPTIONS+=' --experimental-global-webcrypto'
You can’t perform that action at this time.
0 commit comments