Skip to content

Commit

Permalink
ci: try immutable false for yarn4
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyaaa committed Jun 11, 2024
1 parent b00f80e commit cbd6e73
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 @@ -22,7 +22,9 @@ jobs:
cache: false

- name: Install Dependencies
run: npm install -g create-cosmos-app
run: |
yarn config set -H enableImmutableInstalls false
npm install -g create-cosmos-app
- name: asset-list
run: |
Expand Down

0 comments on commit cbd6e73

Please sign in to comment.