Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 46b536c

Browse files
committedApr 9, 2025·
update puppeteer
1 parent 037cd02 commit 46b536c

File tree

4 files changed

+296
-167
lines changed

4 files changed

+296
-167
lines changed
 

‎.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push]
55
jobs:
66
lint-build-test:
77
name: Lint / Build / Test
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04 # avoid latest for now: https://github.com/puppeteer/puppeteer/issues/12818
99
steps:
1010
- name: Checkout code
1111
uses: actions/checkout@v4

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint-plugin-tailwindcss": "^3.13.0",
4242
"prettier": "^3.1.0",
4343
"prettier-plugin-astro": "^0.12.2",
44-
"puppeteer": "^21.5.2",
44+
"puppeteer": "^24.6.1",
4545
"sass": "^1.69.5",
4646
"tailwindcss-themer": "^4.0.0",
4747
"tasuku": "^2.0.1",

‎public/vitor-mello-resume.pdf

30.1 KB
Binary file not shown.

‎yarn.lock

Lines changed: 294 additions & 165 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.