Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,7 @@ jobs:
cache: npm
check-latest: true

# Let corepack manage npm, pnpm, and yarn versions on Windows.
- name: Enable corepack (Windows)
if: matrix.os == 'windows-2025'
run: corepack enable

- name: Setup pnpm (non-Windows)
if: matrix.os != 'windows-2025'
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10
Expand Down
Loading