We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f574181 commit e723688Copy full SHA for e723688
1 file changed
.github/workflows/deploy-docs.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/setup-node@v4
29
with:
30
node-version: 22
31
- cache: pnpm
+ # cache: pnpm
32
33
- name: 安装依赖
34
run: |
0 commit comments