Skip to content

Commit a46fe29

Browse files
committed
Force uninstall
1 parent ba76867 commit a46fe29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
cache: 'npm'
2424
cache-dependency-path: package.json
2525
- run: npm ci
26-
- run: npm install puppeteer --loglevel verbose
26+
- run: npm uninstall puppeteer puppeteer-screen-recorder
27+
- run: npm install puppeteer
2728
- run: chmod -R +x ./node_modules/puppeteer-chromium
2829
- run: npm install puppeteer-screen-recorder
2930
- run: npm install -g typescript

0 commit comments

Comments
 (0)