Skip to content

Commit dd25b4c

Browse files
author
Shuai
committed
[OPS] fix github action issue
1 parent e0b9554 commit dd25b4c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
restore-keys: |
2828
${{ runner.os }}-wrapper-
2929
- name: Npm cache
30-
uses: actions/cache@v1
31-
with:
32-
path: ~/.npm
33-
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
34-
restore-keys: |
35-
${{ runner.os }}-node-
30+
uses: actions/cache@v1
31+
with:
32+
path: ~/.npm
33+
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
34+
restore-keys: |
35+
${{ runner.os }}-node-
3636
- name: Node cache
3737
uses: actions/cache@v1
3838
with:

0 commit comments

Comments
 (0)