Skip to content

Commit 27caaee

Browse files
committed
Install Chrome with puppeteer in website workflow
It looks like maybe the latest version of npm no longer runs puppeteer’s postinstall script.
1 parent 04fc1a1 commit 27caaee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/website.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
node-version: lts/*
1818
- run: npm ci
19+
- run: npx puppeteer browsers install chrome
1920
- run: npm run docs
2021
- uses: actions/upload-pages-artifact@v4
2122
with:

0 commit comments

Comments
 (0)