Skip to content

Commit

Permalink
ci: remove pnpm cache for any puppeteer runs
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuhito committed Jul 4, 2024
1 parent 6edfd0e commit 8947554
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cron-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "pnpm"

- name: Install
run: pnpm install --frozen-lockfile
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/manual-run-force.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "pnpm"

- name: Install
run: pnpm install --frozen-lockfile
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/manual-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "pnpm"

- name: Install
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 8947554

Please sign in to comment.