Skip to content

Commit 2fa4fd6

Browse files
committed
revert: "chore: workaround playwright install hangs in node 26.1.0"
This reverts commit f20edaf. refs: microsoft/playwright#40724
1 parent f5dc400 commit 2fa4fd6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
# playwright install hangs in node v26.1.0, https://github.com/microsoft/playwright/issues/40724
31-
node-version: [26.0.0, lts/*, lts/-1]
30+
node-version: [latest, lts/*, lts/-1]
3231
name: Vitest on Node ${{ matrix.node-version }}
3332
steps:
3433
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -63,7 +62,7 @@ jobs:
6362
strategy:
6463
fail-fast: false
6564
matrix:
66-
node-version: [26.0.0, lts/*, lts/-1]
65+
node-version: [latest, lts/*, lts/-1]
6766
chromium:
6867
- name: bundled Chromium
6968
dependency: ''

0 commit comments

Comments
 (0)