Преглед изворни кода

fix(ci): avoid Playwright Chromium install hang

Dax Raad пре 2 месеци
родитељ
комит
1b8bab3e35
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      .github/workflows/test.yml

+ 2 - 1
.github/workflows/test.yml

@@ -99,7 +99,8 @@ jobs:
       - name: Setup Node
       - name: Setup Node
         uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
         uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
         with:
         with:
-          node-version: "24"
+          # Playwright 1.59 hangs while extracting Chromium with Node 24.16.
+          node-version: "24.15"
 
 
       - name: Setup Bun
       - name: Setup Bun
         uses: ./.github/actions/setup-bun
         uses: ./.github/actions/setup-bun