Skip to content

Commit

Permalink
chore: remove cache-folder setting from GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Nov 7, 2023
1 parent b633076 commit 9ac1044
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- run: corepack enable
- name: Prepare Environment
run: |
yarn config set cache-folder /home/runner/${{ matrix.package-name }}-cache
yarn install
yarn lerna run --scope ${{ matrix.package-name }} --include-dependencies --stream build
env:
Expand Down Expand Up @@ -76,7 +75,6 @@ jobs:
- run: corepack enable
- name: Prepare Environment
run: |
yarn config set cache-folder /home/runner/test-packages-cache
yarn install
yarn lerna run --scope ${{ matrix.package-name }} --include-dependencies --stream build
env:
Expand Down

0 comments on commit 9ac1044

Please sign in to comment.