Skip to content

Commit

Permalink
Specify lock file location for Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrix committed Oct 17, 2023
1 parent 4c155d5 commit 1ea8cd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
with:
node-version: 16.16.0
cache: 'yarn'
cache-dependency-path: ${{env.client-dir}}/yarn.lock

- name: Set up JDK
uses: actions/setup-java@v3
Expand Down Expand Up @@ -81,6 +82,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
cache-dependency-path: ${{env.client-dir}}/yarn.lock

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 1ea8cd6

Please sign in to comment.