Skip to content

Commit 71055ab

Browse files
committed
ci: fix pnpm failure
1 parent f3c0bee commit 71055ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hexo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: ${{ env.node_version }}
2424
- name: Install pnpm
25-
uses: pnpm/action-setup@v2
25+
uses: pnpm/action-setup@v4
2626
id: pnpm-install
2727
# Caching dependencies to speed up workflows.
2828
- name: Get pnpm store directory

0 commit comments

Comments
 (0)