Skip to content

Commit cbb88e3

Browse files
committed
[fix] Browser Setup in GitHub actions
1 parent b0ce185 commit cbb88e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
- uses: browser-actions/setup-chrome@latest
2424

2525
- name: Install Dependencies
26-
run: pnpm i --frozen-lockfile
26+
run: |
27+
pnpm i --frozen-lockfile
28+
pnpm setup-browser
2729
2830
- name: Build & Publish
2931
run: npm publish --access public --provenance

0 commit comments

Comments
 (0)