Skip to content

Commit 70f983a

Browse files
committed
update puppeteer setup script
1 parent 5ced4ac commit 70f983a

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
@@ -49,7 +49,7 @@ jobs:
4949
node-version: "20"
5050
cache: "pnpm"
5151
- run: |
52-
pnpx puppeteer browsers install chrome
52+
pnpm dlx puppeteer browsers install chrome
5353
- run: pnpm install
5454
- name: Run test
5555
run: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
node-version: "20"
5353
cache: "pnpm"
5454
- run: |
55-
pnpx puppeteer browsers install chrome
55+
pnpm dlx puppeteer browsers install chrome
5656
- run: pnpm install
5757
- name: Run test
5858
run: |

0 commit comments

Comments
 (0)