1 parent a6ceeda commit b27bb58Copy full SHA for b27bb58
1 file changed
.github/workflows/node.js.yml
@@ -18,6 +18,22 @@ jobs:
18
19
steps:
20
- uses: actions/checkout@v4
21
+ - name: Install system dependencies for Puppeteer
22
+ run: |
23
+ sudo apt-get update
24
+ sudo apt-get install -y \
25
+ libnss3 \
26
+ libatk1.0-0 \
27
+ libatk-bridge2.0-0 \
28
+ libcups2 \
29
+ libdrm2 \
30
+ libxkbcommon0 \
31
+ libxcomposite1 \
32
+ libxdamage1 \
33
+ libxfixes3 \
34
+ libxrandr2 \
35
+ libgbm1 \
36
+ libasound2
37
- name: Use Node.js ${{ matrix.node-version }}
38
uses: actions/setup-node@v4
39
with:
0 commit comments