Skip to content

Commit

Permalink
ci(pr-comment-ci): add setup pnpm (#5048)
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 authored Feb 19, 2025
1 parent 434fcb2 commit a92a057
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-comment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ jobs:
git status
git commit -am "chore: merge develop"
- uses: pnpm/action-setup@v4

- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down Expand Up @@ -285,6 +287,8 @@ jobs:
})
return comment.id
- uses: pnpm/action-setup@v4

- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down

0 comments on commit a92a057

Please sign in to comment.