Skip to content

Commit 32d438d

Browse files
author
audit
committed
ci(plugin-previews): install puppeteer-core via pnpm (npm chokes on workspace:*)
1 parent fe8cb09 commit 32d438d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/bake-plugin-previews.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
run: |
4242
sudo apt-get update
4343
sudo apt-get install -y ffmpeg
44-
npm install --no-save puppeteer-core
44+
# npm chokes on the workspace:* root manifest; use pnpm to drop
45+
# puppeteer-core into the workspace node_modules (CI-only, not committed).
46+
pnpm add -w puppeteer-core
4547
4648
- name: Build daemon + tools
4749
run: |

0 commit comments

Comments
 (0)