From becf3c65edb5f33e09b59a2f2f0b701fbc1aecda Mon Sep 17 00:00:00 2001 From: Austin Sullivan Date: Mon, 13 Oct 2025 16:39:26 -0400 Subject: [PATCH] chore(CI): cache puppeteer --- .github/workflows/build-lint-test.yml | 2 ++ .github/workflows/release.yml | 1 + .recipes/default/workflows/build-lint-test.yml | 2 ++ .recipes/default/workflows/release.yml | 1 + 4 files changed, 6 insertions(+) diff --git a/.github/workflows/build-lint-test.yml b/.github/workflows/build-lint-test.yml index eba50a9..a2eca20 100644 --- a/.github/workflows/build-lint-test.yml +++ b/.github/workflows/build-lint-test.yml @@ -95,6 +95,7 @@ jobs: node_modules **/node_modules ~/.cache/Cypress + ~/.cache/puppeteer key: ${{ runner.os }}-yarn-15-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }} - run: yarn install --immutable @@ -152,6 +153,7 @@ jobs: node_modules **/node_modules ~/.cache/Cypress + ~/.cache/puppeteer key: ${{ runner.os }}-yarn-15-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }} - run: yarn install --immutable if: steps.yarn-cache.outputs.cache-hit != 'true' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4935bd9..2377110 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,7 @@ jobs: node_modules **/node_modules ~/.cache/Cypress + ~/.cache/puppeteer key: ${{ runner.os }}-yarn-15-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }} - run: yarn install --immutable if: steps.yarn-cache.outputs.cache-hit != 'true' diff --git a/.recipes/default/workflows/build-lint-test.yml b/.recipes/default/workflows/build-lint-test.yml index 16179f3..dd46784 100644 --- a/.recipes/default/workflows/build-lint-test.yml +++ b/.recipes/default/workflows/build-lint-test.yml @@ -110,6 +110,7 @@ jobs: node_modules **/node_modules ~/.cache/Cypress + ~/.cache/puppeteer key: ${{ runner.os }}-yarn-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }} - run: yarn install --immutable if: steps.yarn-cache.outputs.cache-hit != 'true' @@ -154,6 +155,7 @@ jobs: node_modules **/node_modules ~/.cache/Cypress + ~/.cache/puppeteer key: ${{ runner.os }}-yarn-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }} - run: yarn install --immutable if: steps.yarn-cache.outputs.cache-hit != 'true' diff --git a/.recipes/default/workflows/release.yml b/.recipes/default/workflows/release.yml index 0caa4c5..b9498a2 100644 --- a/.recipes/default/workflows/release.yml +++ b/.recipes/default/workflows/release.yml @@ -28,6 +28,7 @@ jobs: node_modules **/node_modules ~/.cache/Cypress + ~/.cache/puppeteer key: ${{ runner.os }}-yarn-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }} - run: yarn install --immutable if: steps.yarn-cache.outputs.cache-hit != 'true'