Skip to content

Commit 91eeff7

Browse files
authored
[action]: install chrome from puppeteer w npx;
command: `npx --yes puppeteer browsers install chrome`
1 parent 47ff069 commit 91eeff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: npm i -g pnpm
1616

1717
- name: 'Installing deps'
18-
run: pnpm i && npm i -g serve
18+
run: pnpm i && npm i -g serve && npx --yes puppeteer browsers install chrome
1919

2020
- name: 'Build Prodcution'
2121
run: pnpm build

0 commit comments

Comments
 (0)