Skip to content

Commit b4e7ce3

Browse files
committed
Fix cache maybe
1 parent cb89f35 commit b4e7ce3

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

.github/workflows/pending-changes.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,17 @@ jobs:
1212

1313
- name: Install dependencies
1414
run: pnpm install --frozen-lockfile --recursive
15+
env:
16+
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 'true'
1517

16-
- name: Install Playwright browsers and dependencies
17-
run: pnpm dlx puppeteer browsers install chrome
18+
- name: Setup Google Chrome
19+
uses: browser-actions/setup-chrome@v2
20+
id: setup-chrome
21+
with:
22+
install-dependencies: true
1823

1924
- uses: nickcharlton/diff-check@main
2025
with:
2126
command: pnpm dev & pnpm run compile
27+
env:
28+
CHROME_PATH: ${{ steps.setup-chrome.outputs.chrome-path }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"react-docgen-typescript": "^2.4.0",
9797
"react-dom": "^19.2.3",
9898
"react-error-boundary": "^6.0.0",
99-
"react-lib-tools": "^0.0.38",
99+
"react-lib-tools": "^0.0.40",
100100
"react-router-dom": "^7.6.3",
101101
"rimraf": "^6.1.2",
102102
"rollup-plugin-terser": "^7.0.2",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)