We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c0bee commit 71055abCopy full SHA for 71055ab
.github/workflows/hexo.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
node-version: ${{ env.node_version }}
24
- name: Install pnpm
25
- uses: pnpm/action-setup@v2
+ uses: pnpm/action-setup@v4
26
id: pnpm-install
27
# Caching dependencies to speed up workflows.
28
- name: Get pnpm store directory
0 commit comments