diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b275ddd..697555f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: env: PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true run: | - yarn + yarn --ignore-platform --ignore-engines --frozen-lockfile --prefer-offline - name: Retrieve vscode icons uses: actions/checkout@v3 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4362af5..5f47751 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,7 +50,7 @@ jobs: env: PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true run: | - yarn + yarn --ignore-platform --ignore-engines --frozen-lockfile --prefer-offline - name: E2E Test uses: mujo-code/puppeteer-headful@master @@ -89,7 +89,7 @@ jobs: env: PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true run: | - yarn + yarn --ignore-platform --ignore-engines --frozen-lockfile --prefer-offline - name: Unit Test run: |