Skip to content

Commit 9457902

Browse files
committed
use npx instead of pnpm dlx
1 parent eecf45e commit 9457902

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-google-oauth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
cache: "pnpm"
5151
- run: pnpm install
5252
- run: |
53-
pnpm dlx puppeteer browsers install chrome
53+
npx puppeteer browsers install chrome
5454
- name: Run test
5555
run: |
5656
for i in {1..3}; do

.github/workflows/test-zitadel-oauth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
cache: "pnpm"
5454
- run: pnpm install
5555
- run: |
56-
pnpm dlx puppeteer browsers install chrome
56+
npx puppeteer browsers install chrome
5757
- name: Run test
5858
run: |
5959
for i in {1..3}; do

0 commit comments

Comments
 (0)