Skip to content

Commit

Permalink
ci: Add yarn package caching
Browse files Browse the repository at this point in the history
  • Loading branch information
punchagan committed Aug 10, 2023
1 parent 8b441e8 commit 3024681
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
cache-dependency-path: frontend/yarn.lock

- name: Install dependencies
working-directory: './frontend'
Expand Down

0 comments on commit 3024681

Please sign in to comment.