Skip to content

Commit 8de5d3d

Browse files
author
chufan
committed
style: update ci
1 parent 515a366 commit 8de5d3d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/CD.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,8 @@ jobs:
122122
uses: actions/cache@v3
123123
with:
124124
path: |
125-
~/.pnpm-store
126125
node_modules
127-
key: ${{ runner.os }}-cache-${{ hashFiles('**/pnpm-lock.yaml') }}
128-
restore-keys: |
129-
${{ runner.os }}-cache-
126+
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/pnpm-lock.yaml') }}
130127

131128
### 打成压缩包
132129
- name: Create Zip Package

0 commit comments

Comments
 (0)