Skip to content

Commit 784a912

Browse files
committed
chore(ci): cache puppeteer cache
#73 (comment)
1 parent 6aa382d commit 784a912

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
node-version: 22
2323
check-latest: true
2424
cache: npm
25+
- name: Configure puppeteer to cache in npm cache dir
26+
run: |
27+
printf "PUPPETEER_CACHE_DIR=%s\n" "$(npm config get cache)/puppeteer-cache" >>"$GITHUB_ENV"
2528
- name: Install dependencies
2629
run: npm ci
2730
- name: Release

0 commit comments

Comments
 (0)