Skip to content

Commit 1b8bab3

Browse files
committed
fix(ci): avoid Playwright Chromium install hang
1 parent 02687b6 commit 1b8bab3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ jobs:
9999
- name: Setup Node
100100
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
101101
with:
102-
node-version: "24"
102+
# Playwright 1.59 hangs while extracting Chromium with Node 24.16.
103+
node-version: "24.15"
103104

104105
- name: Setup Bun
105106
uses: ./.github/actions/setup-bun

0 commit comments

Comments
 (0)