Skip to content

Commit

Permalink
chore(deps): Update dependency puppeteer to v21.x (#870)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Adam Skoufis <askoufis@seek.com.au>
  • Loading branch information
renovate[bot] and askoufis committed Nov 23, 2023
1 parent 147a814 commit c238760
Show file tree
Hide file tree
Showing 5 changed files with 216 additions and 111 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Install Puppeteer
if: steps.puppeteer-cache.outputs.cache-hit != 'true'
run: node node_modules/puppeteer/install.js
run: node node_modules/puppeteer/install.mjs

- name: Set up hosts
# Couldn't get `sudo pnpm setup-test-hosts` to work
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"jest-watch-typeahead": "^2.2.0",
"lint-staged": "^11.1.1",
"prettier": "^2.8.8",
"puppeteer": "20.0.0",
"puppeteer": "21.5.2",
"renovate-config-seek": "^0.4.0",
"rimraf": "^5.0.0",
"typescript": "*"
Expand Down

0 comments on commit c238760

Please sign in to comment.