Skip to content

Commit 49f8ce8

Browse files
serhalpndhoule
authored andcommitted
ci(e2e): let corepack manage package managers
1 parent 47eb885 commit 49f8ce8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
cache: npm
4343
check-latest: true
4444

45-
- uses: pnpm/action-setup@v4
46-
with:
47-
version: 10
45+
# Let corepack manage npm, pnpm, and yarn versions for E2E tests
46+
- name: Enable corepack
47+
run: corepack enable
4848

4949
- name: Install dependencies
5050
run: npm ci --no-audit

0 commit comments

Comments
 (0)