Skip to content

Commit

Permalink
cache-dependency-path for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
containerman17 authored Aug 19, 2024
1 parent c22f615 commit 5f78a3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
with:
node-version: 20
cache: 'npm'
cache-dependency-path: 'web_wallet/package-lock.json'
- name: Install dependencies
run: |
cd web_wallet
Expand Down

0 comments on commit 5f78a3f

Please sign in to comment.