Skip to content

Commit

Permalink
ci: disable yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharly committed Sep 9, 2024
1 parent e65b905 commit 7a807c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install Yarn
run: corepack enable
- name: Restore Yarn cache
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
#- name: Restore Yarn cache
# uses: actions/setup-node@v4
# with:
# node-version: ${{ matrix.node-version }}
# cache: yarn
- run: yarn --immutable
- name: Fetch workspace package names
id: workspace-package-names
Expand Down

0 comments on commit 7a807c5

Please sign in to comment.