Skip to content

Commit

Permalink
ci: Remove extra setup for puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Sep 25, 2024
1 parent af95b3a commit 82621db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
${{ runner.os }}-pnpm-
- name: Install Dependencies
run: pnpm install --frozen-lockfile && node ./node_modules/puppeteer/install.js
run: pnpm install --frozen-lockfile
- name: Build packages
run: yarn build

Expand Down

0 comments on commit 82621db

Please sign in to comment.