Skip to content

Commit

Permalink
ci: Update frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
pbzweihander committed May 15, 2024
1 parent 717ee4c commit 003bef7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: frontend/.yarn/cache
key: frontend-yarn-${{ runner.os }}-${{ hashFiles('frontend/yarn.lock') }}
path: node_modules
key: frontend-yarn-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
restore-keys: |
frontend-yarn-${{ runner.os }}-
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/frontend-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: frontend/.yarn/cache
key: frontend-yarn-${{ runner.os }}-${{ hashFiles('frontend/yarn.lock') }}
path: node_modules
key: frontend-yarn-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
restore-keys: |
frontend-yarn-${{ runner.os }}-
- name: Install dependencies
Expand Down

0 comments on commit 003bef7

Please sign in to comment.