We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47eb885 commit 49f8ce8Copy full SHA for 49f8ce8
.github/workflows/e2e-tests.yml
@@ -42,9 +42,9 @@ jobs:
42
cache: npm
43
check-latest: true
44
45
- - uses: pnpm/action-setup@v4
46
- with:
47
- version: 10
+ # Let corepack manage npm, pnpm, and yarn versions for E2E tests
+ - name: Enable corepack
+ run: corepack enable
48
49
- name: Install dependencies
50
run: npm ci --no-audit
0 commit comments