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