Skip to content

Commit

Permalink
ci: try disable yarn cache due to cache paths not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyaaa committed Jun 11, 2024
1 parent a029394 commit 5627a10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: 20

- name: Set up Yarn
uses: threeal/[email protected]
with:
cache: false

- name: Install Dependencies
run: npm install -g create-cosmos-app
Expand Down

0 comments on commit 5627a10

Please sign in to comment.