Skip to content

Commit

Permalink
Add yarn.lock to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Jun 18, 2024
1 parent a888398 commit 1c238bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- name: Cache Node.js modules
uses: actions/cache@v4
with:
path: node_modules
path: |
node_modules
yarn.lock
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
restore-keys: |
${{ runner.os }}-node-
Expand Down

0 comments on commit 1c238bb

Please sign in to comment.