Skip to content

Commit 8ec9707

Browse files
Dusty GreifCopilot
andcommitted
Install legacy Playwright browsers with Node 18
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: d6d3b35e-d82a-424a-b0e1-ab8b46814964
1 parent 4d63ea1 commit 8ec9707

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
1818

1919
- run: yarn install
20-
- run: yarn run playwright install --with-deps chromium firefox
20+
- name: Install Playwright browsers
21+
run: npx --yes --package=node@18.20.8 --call 'node node_modules/playwright-core/cli.js install --with-deps chromium firefox'
2122
- run: yarn build
2223

2324
- name: Set Chrome Version

0 commit comments

Comments
 (0)