Skip to content

Commit

Permalink
Disable yarn cache (buggy with corepack?)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurelineSwissBorg committed May 13, 2024
1 parent 073c586 commit c75b5ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
uses: actions/[email protected]
with:
node-version: ">=18.0.0"
cache: 'yarn'
- name: Test
run: yarn install && yarn test

Expand All @@ -28,6 +27,5 @@ jobs:
uses: actions/[email protected]
with:
node-version: ">=18.0.0"
cache: 'yarn'
- name: Test
run: yarn install && yarn prettier --check .

0 comments on commit c75b5ea

Please sign in to comment.