Skip to content

Commit 1a3568d

Browse files
修复pnpm版本问题
1 parent 732386a commit 1a3568d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
- name: 设置 pnpm
2424
uses: pnpm/action-setup@v4
25+
with:
26+
version: 10.18.0
2527

2628

2729
- name: 设置 Node.js

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "记录学习",
44
"version": "2.0.0",
55
"license": "MIT",
6+
"packageManager": "[email protected]",
67
"type": "module",
78
"scripts": {
89
"docs:build": "vuepress-vite build src",

0 commit comments

Comments
 (0)