Skip to content

Commit

Permalink
Merge pull request #557 from preactjs/chore/bump-puppeteer
Browse files Browse the repository at this point in the history
chore: Bump puppeteer
  • Loading branch information
rschristian authored Oct 13, 2024
2 parents d127aef + 82621db commit 21b92ac
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 187 deletions.
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"jest": "^29.5.0",
"lint-staged": "^10.5.4",
"prettier": "^2.8.8",
"puppeteer": "^20.7.3",
"puppeteer": "^23.5.3",
"yarn-deduplicate": "^3.1.0"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 21b92ac

Please sign in to comment.