From a7413f5d5451f3ad741fede532529821d195d62f Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 12 Jul 2024 14:24:53 -0500 Subject: [PATCH] CLDR-17492 chore: update js.yml - update puppeteer deps --- .github/workflows/js.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 74678f615a2..80f1d8ba4da 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -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