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 ba76867 commit a46fe29Copy full SHA for a46fe29
.github/workflows/nodejs.yml
@@ -23,7 +23,8 @@ jobs:
23
cache: 'npm'
24
cache-dependency-path: package.json
25
- run: npm ci
26
- - run: npm install puppeteer --loglevel verbose
+ - run: npm uninstall puppeteer puppeteer-screen-recorder
27
+ - run: npm install puppeteer
28
- run: chmod -R +x ./node_modules/puppeteer-chromium
29
- run: npm install puppeteer-screen-recorder
30
- run: npm install -g typescript
0 commit comments