Skip to content

Commit

Permalink
fix: pnpm install failed in ci (#7036)
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind authored Jul 4, 2024
1 parent b05f523 commit fc6c741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pnpm-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
# https://pnpm.io/continuous-integration#github-actions
# Uses `packageManagement` field from package.json
- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
dest: ${{ runner.tool_cache }}/pnpm
# Use `@pnpm/exe` for Node 16
Expand Down

1 comment on commit fc6c741

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ“ Ran ecosystem CI: Open

suite result
modernjs ❌ failure
_selftest βœ… success
nx βœ… success
rspress βœ… success
rsbuild ❌ failure
compat βœ… success
examples βœ… success

Please sign in to comment.