Skip to content

Commit

Permalink
chor(flow): 完善缓存机制
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhuapiaoyuan committed Dec 5, 2023
1 parent 4715784 commit e9d3e9f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ jobs:
run: |
chmod +x ./release.sh
./release.sh

- name: Cache node modules
uses: actions/cache@v2
with:
path: frontend/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-

0 comments on commit e9d3e9f

Please sign in to comment.