File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -34,17 +34,18 @@ jobs:
34
34
# “最近更新时间” 等 git 日志相关信息,需要拉取全部提交记录
35
35
fetch-depth : 0
36
36
37
- - name : Install Node.js
38
- uses : actions/setup-node@v3
39
- with :
40
- node-version : 16.20.2
41
-
42
37
- name : PNPM Install
43
38
uses : pnpm/action-setup@v2
44
39
with :
45
40
version : 7
46
41
run_install : true
47
42
43
+ - name : Install Node.js
44
+ uses : actions/setup-node@v3
45
+ with :
46
+ node-version : 16.20.2
47
+ cache : ' pnpm'
48
+
48
49
- name : Cache Dependencies
49
50
uses : actions/cache@v3
50
51
with :
Original file line number Diff line number Diff line change @@ -34,17 +34,18 @@ jobs:
34
34
# “最近更新时间” 等 git 日志相关信息,需要拉取全部提交记录
35
35
fetch-depth : 0
36
36
37
- - name : Install Node.js
38
- uses : actions/setup-node@v3
39
- with :
40
- node-version : 16.20.2
41
-
42
37
- name : PNPM Install
43
38
uses : pnpm/action-setup@v2
44
39
with :
45
40
version : 7
46
41
run_install : true
47
42
43
+ - name : Install Node.js
44
+ uses : actions/setup-node@v3
45
+ with :
46
+ node-version : 16.20.2
47
+ cache : ' pnpm'
48
+
48
49
- name : Cache Dependencies
49
50
uses : actions/cache@v3
50
51
with :
You can’t perform that action at this time.
0 commit comments