Skip to content

Commit c1a7cd6

Browse files
committedMar 27, 2025
fix: install pnpm in release workflow for E2E tests
1 parent d70bd02 commit c1a7cd6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/release-please.yml

+5
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
cache: npm
4141
registry-url: 'https://registry.npmjs.org'
4242

43+
# Used by E2E tests
44+
- uses: pnpm/action-setup@v4
45+
with:
46+
version: 10
47+
4348
- name: Install core dependencies
4449
run: npm ci --no-audit
4550

0 commit comments

Comments
 (0)