Skip to content

Commit 2d59065

Browse files
author
chufan
committed
chore: update
1 parent a16e022 commit 2d59065

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/CD.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/CI.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)