Skip to content

Commit

Permalink
fix: puppeteer 19.11.1 (#179)
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 <[email protected]>
Co-authored-by: Adam Skoufis <[email protected]>
  • Loading branch information
3 people authored Dec 4, 2023
1 parent 5083ac4 commit 457357a
Show file tree
Hide file tree
Showing 4 changed files with 312 additions and 372 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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: Build
run: pnpm build
Expand Down Expand Up @@ -81,7 +81,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: Build
run: pnpm build
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,18 @@
"@formatjs/intl-locale": "^2.4.47",
"@manypkg/cli": "^0.21.0",
"@preconstruct/cli": "^2.3.0",
"@types/expect-puppeteer": "^5.0.3",
"@types/jest": "^29.4.0",
"@types/jest-environment-puppeteer": "^5.0.3",
"@types/node": "^18.11.9",
"@types/wait-on": "^5.3.1",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-seek": "^11.1.0",
"expect-puppeteer": "^7.0.1",
"expect-puppeteer": "^9.0.1",
"fast-glob": "^3.2.4",
"jest": "^29.4.3",
"jest-puppeteer": "^7.0.1",
"jest-puppeteer": "^9.0.1",
"prettier": "^2.1.2",
"puppeteer": "19.6.3",
"puppeteer": "^21.5.2",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.5",
Expand Down
Loading

0 comments on commit 457357a

Please sign in to comment.