Skip to content

Commit a16e022

Browse files
author
chufan
committed
chore: 流水线下载依赖新增Cache配置
1 parent c744d1d commit a16e022

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/CD.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
uses: actions/setup-node@v3
3939
with:
4040
node-version: 16.20.2
41+
cache: 'npm'
4142

4243
- name: PNPM Install
4344
uses: pnpm/action-setup@v2

.github/workflows/CI.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
uses: actions/setup-node@v3
3939
with:
4040
node-version: 16.20.2
41+
cache: 'npm'
4142

4243
- name: PNPM Install
4344
uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)