Skip to content

Commit

Permalink
ci: fix pnpm failure
Browse files Browse the repository at this point in the history
  • Loading branch information
perqin committed Jul 4, 2024
1 parent f3c0bee commit 71055ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hexo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: ${{ env.node_version }}
- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
id: pnpm-install
# Caching dependencies to speed up workflows.
- name: Get pnpm store directory
Expand Down

0 comments on commit 71055ab

Please sign in to comment.