We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a577d7 commit 6c153c5Copy full SHA for 6c153c5
.github/workflows/pr-build.yml
@@ -17,6 +17,10 @@ jobs:
17
name: Full Test on Node.js version ${{ matrix.node-version }}
18
with:
19
node-version: ${{ matrix.node-version }}
20
+ - name: Install dependencies (bez Chromium)
21
+ run: npm install --legacy-peer-deps --verbose
22
+ env:
23
+ PUPPETEER_SKIP_DOWNLOAD: 'true'
24
- name: Install dependencies with timeout and diagnostics
25
run: |
26
npm install --legacy-peer-deps --verbose &
0 commit comments