Skip to content

Commit 3a1f3c8

Browse files
committed
fix: playwright flaky windows E2E tests
1 parent 981b7aa commit 3a1f3c8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -685,9 +685,8 @@ jobs:
685685
# browser: firefox
686686
- host: macos-latest
687687
browser: webkit
688-
# flaky. Updating node version or sharp/sqlite3 related deps might help.
689-
# - host: windows-2022
690-
# browser: chromium
688+
- host: windows-2022
689+
browser: chromium
691690

692691
runs-on: ${{ matrix.settings.host }}
693692

@@ -699,8 +698,8 @@ jobs:
699698
- name: Setup Node
700699
uses: actions/setup-node@v4
701700
with:
702-
node-version: 20.x
703-
cache: 'pnpm'
701+
node-version: 20.19
702+
cache: ${{ runner.os != 'windows-2022' && 'pnpm' || '' }}
704703
registry-url: https://registry.npmjs.org/
705704

706705
- name: Download Build Artifacts

0 commit comments

Comments
 (0)