fix: disable node check on linux

This commit is contained in:
Baptiste Augrain 2023-09-07 17:35:38 +02:00
parent ffebe6ddf1
commit 5621279b19

View File

@ -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