Skip to content

Commit

Permalink
Upgrade puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Mar 1, 2024
1 parent 04eaf01 commit 12a1437
Show file tree
Hide file tree
Showing 3 changed files with 1,413 additions and 186 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v1
Expand Down
6 changes: 3 additions & 3 deletions packages/webamp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@
"http-server": "^0.11.1",
"imagemin": "^6.1.0",
"imagemin-optipng": "^6.0.0",
"jest": "^27.5.1",
"jest": "^29.7.0",
"jest-image-snapshot": "^2.12.0",
"jest-puppeteer": "^6.2.0",
"jest-puppeteer": "^10.0.1",
"parcel": "^2.8.2",
"postcss": "^8.4.21",
"puppeteer": "^1.15.0",
"puppeteer": "^22.2.0",
"react-test-renderer": "^17.0.1",
"style-loader": "^0.23.1",
"typescript": "^3.7.2",
Expand Down
Loading

0 comments on commit 12a1437

Please sign in to comment.