Skip to content

Commit

Permalink
chore(CI): fix pnpm not found in eco CI (#4300)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Dec 30, 2024
1 parent 8ab4105 commit 71ee7ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,17 @@ jobs:
uses: actions/[email protected]
with:
fetch-depth: 1

- name: Install Pnpm
run: corepack enable

- name: Setup Node.js
if: steps.eco_ci.outcome == 'failure'
uses: actions/[email protected]
with:
node-version: 22
cache: 'pnpm'

- name: Send Failure Notification
if: steps.eco_ci.outcome == 'failure'
shell: bash
Expand Down

0 comments on commit 71ee7ae

Please sign in to comment.