Skip to content

Commit

Permalink
Specify cache-dependency-path
Browse files Browse the repository at this point in the history
  • Loading branch information
seia-soto committed Jul 19, 2024
1 parent 7e5e6c7 commit 06037f9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Enable Corepack
run: corepack enable

- name: Use node ${{ matrix.node }}
uses: actions/setup-node@v4
with:
cache: yarn
node-version: ${{ matrix.node }}
registry-url: https://registry.npmjs.org

- name: Enable Corepack
run: corepack enable
cache-dependency-path: yarn.lock

- run: tree . -L 2 -a

Expand Down

0 comments on commit 06037f9

Please sign in to comment.