diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 93b7b826d9d58..08ca7860176ef 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -34,6 +34,7 @@ jobs: - name: Install and Build shell: bash run: | + yarn global add node-gyp yarn --skip-integrity-check --network-timeout 100000 ./scripts/check_git_status.sh env: @@ -74,6 +75,7 @@ jobs: - name: Install shell: bash run: | + yarn global add node-gyp yarn --skip-integrity-check --network-timeout 100000 ./scripts/check_git_status.sh env: diff --git a/.github/workflows/performance-tests.yml b/.github/workflows/performance-tests.yml index 033986c5bfadb..065de46991490 100644 --- a/.github/workflows/performance-tests.yml +++ b/.github/workflows/performance-tests.yml @@ -28,6 +28,7 @@ jobs: - name: Build shell: bash run: | + yarn global add node-gyp yarn --skip-integrity-check --network-timeout 100000 --ignore-engines yarn build:examples env: diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index cdeb84fdd1e8e..7746e7a2e251f 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -36,6 +36,7 @@ jobs: - name: Build Browser shell: bash run: | + yarn global add node-gyp yarn --skip-integrity-check --network-timeout 100000 yarn browser build env: diff --git a/.github/workflows/publish-gh-pages.yml b/.github/workflows/publish-gh-pages.yml index 2ab977e0baa12..68e5311ca3004 100644 --- a/.github/workflows/publish-gh-pages.yml +++ b/.github/workflows/publish-gh-pages.yml @@ -32,6 +32,7 @@ jobs: - name: Pre-npm-Publish run: | + yarn global add node-gyp yarn --skip-integrity-check --network-timeout 100000 env: NODE_OPTIONS: --max_old_space_size=4096 diff --git a/.github/workflows/translation.yml b/.github/workflows/translation.yml index 496054c459fe2..c341e4637e830 100644 --- a/.github/workflows/translation.yml +++ b/.github/workflows/translation.yml @@ -26,6 +26,7 @@ jobs: - name: Install and Build shell: bash run: | + yarn global add node-gyp yarn --skip-integrity-check --network-timeout 100000 env: NODE_OPTIONS: --max_old_space_size=4096