Skip to content

Commit

Permalink
chore(ci): remove cache in ci causing puppetteer to not install chrom…
Browse files Browse the repository at this point in the history
…e properly
  • Loading branch information
jordanshatford committed Apr 3, 2024
1 parent 7722ae5 commit 4dd1a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
# cache: 'pnpm'

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 4dd1a21

Please sign in to comment.