Skip to content

Commit aeed291

Browse files
committed
Update puppeteer
1 parent 873650c commit aeed291

File tree

3 files changed

+31
-29
lines changed

3 files changed

+31
-29
lines changed

.github/workflows/website.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ jobs:
77
contents: read
88
id-token: write
99
pages: write
10-
runs-on: ubuntu-latest
10+
# To do: replace w/ `ubuntu-latest` when upstream is solved:
11+
# <https://github.com/puppeteer/puppeteer/issues/12818>.
12+
runs-on: ubuntu-22.04
1113
steps:
1214
- uses: actions/checkout@v4
1315
- uses: actions/setup-node@v4

package-lock.json

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"preact": "^10.0.0",
8282
"preact-render-to-string": "^6.0.0",
8383
"prettier": "^3.0.0",
84-
"puppeteer": "^23.0.0",
84+
"puppeteer": "^24.0.0",
8585
"react": "^19.0.0",
8686
"react-dom": "^19.0.0",
8787
"react-error-boundary": "^5.0.0",

0 commit comments

Comments
 (0)