Skip to content

Commit

Permalink
CLDR-17492 chore: update js.yml
Browse files Browse the repository at this point in the history
 - update puppeteer deps
  • Loading branch information
srl295 committed Jul 12, 2024
1 parent 4977ed7 commit a7413f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
restore-keys: |
${{ runner.os }}-lint-
lint-
- name: Prepare puppeteer deps
run: apt-get install -q -y ca-certificates fonts-liberation libasound2 libatk-bridge2.0-0 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgbm1 libgcc1 libglib2.0-0 libgtk-3-0 libnspr4 libnss3 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 lsb-release wget xdg-utils
- name: Prepare JS tests
run: (cd tools/cldr-apps/js && npm ci)
- name: Run JS tests
Expand Down

0 comments on commit a7413f5

Please sign in to comment.