Skip to content

Commit

Permalink
Chore: Remove --immutable-cache from CI yarn run (not sure why it bre…
Browse files Browse the repository at this point in the history
…aks only on CI)
  • Loading branch information
SBoudrias committed Sep 9, 2023
1 parent 5c48552 commit 55fa867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: yarn install
run: yarn install --immutable --immutable-cache
run: yarn install --immutable

- name: Eslint
run: yarn eslint .
Expand Down

0 comments on commit 55fa867

Please sign in to comment.