Skip to content

Commit 71ee7ae

Browse files
authored
chore(CI): fix pnpm not found in eco CI (#4300)
1 parent 8ab4105 commit 71ee7ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ecosystem-ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,17 @@ jobs:
3434
uses: actions/[email protected]
3535
with:
3636
fetch-depth: 1
37+
38+
- name: Install Pnpm
39+
run: corepack enable
40+
3741
- name: Setup Node.js
3842
if: steps.eco_ci.outcome == 'failure'
3943
uses: actions/[email protected]
4044
with:
4145
node-version: 22
4246
cache: 'pnpm'
47+
4348
- name: Send Failure Notification
4449
if: steps.eco_ci.outcome == 'failure'
4550
shell: bash

0 commit comments

Comments
 (0)