fix: disable node check on linux
This commit is contained in:
parent
ffebe6ddf1
commit
5621279b19
1 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,10 @@ set -x
|
|||
export ELECTRON_SKIP_BINARY_DOWNLOAD=1
|
||||
export PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1
|
||||
|
||||
if [[ "${OS_NAME}" == "linux" ]]; then
|
||||
export VSCODE_SKIP_NODE_VERSION_CHECK=1
|
||||
fi
|
||||
|
||||
if [[ "${OS_NAME}" == "osx" ]]; then
|
||||
CHILD_CONCURRENCY=1 yarn --frozen-lockfile --network-timeout 180000
|
||||
|
||||
|
|
Loading…
Reference in a new issue