Skip to content

Commit 92371d8

Browse files
bartlomiejuclaude
andcommitted
ci: use deno run instead of npx for puppeteer install
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c589879 commit 92371d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: deno install
5252

5353
- name: Install Chromium for Puppeteer
54-
run: npx puppeteer browsers install chrome
54+
run: deno run -A npm:puppeteer browsers install chrome
5555

5656
- name: Verify formatting
5757
if: startsWith(matrix.os, 'ubuntu') && matrix.deno == 'v2.x'

0 commit comments

Comments
 (0)