Skip to content

Commit

Permalink
Fix CI (#1675)
Browse files Browse the repository at this point in the history
* Update puppeteer

* Remove libasound2

* Delete gconf-service and libgconf-2-4
  • Loading branch information
NullVoxPopuli authored Jan 9, 2025
1 parent 8c5a4a4 commit e02e42b
Show file tree
Hide file tree
Showing 4 changed files with 526 additions and 264 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: install puppeteer libraries
run: |
sudo apt-get update
sudo apt-get install -yq libgbm1 gconf-service libasound2 libatk1.0-0 libc6 \
libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 \
sudo apt-get install -yq libgbm1 libatk1.0-0 libc6 \
libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 \
libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 \
libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 \
libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.1.0",
"preval.macro": "^5.0.0",
"puppeteer": "23.5.3",
"puppeteer": "23.11.1",
"puppeteer-chromium-resolver": "^23.0.0",
"qunit": "^2.19.4",
"release-it": "^16.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@types/puppeteer-chromium-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "@types/puppeteer-chromium-resolver",
"types": "index.d.ts",
"dependencies": {
"puppeteer": "23.5.3"
"puppeteer": "23.11.1"
}
}
Loading

0 comments on commit e02e42b

Please sign in to comment.