Skip to content

Commit

Permalink
fix: disable node check on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Sep 7, 2023
1 parent ffebe6d commit 5621279
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions prepare_vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5621279

Please sign in to comment.