Skip to content

Commit

Permalink
remove conditional on yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
glimberg committed Aug 15, 2024
1 parent 8fdaf30 commit ad30517
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- name: Install dependencies
uses: borales/actions-yarn@v5
if: steps.yarn-cache.outputs.cache-hit != 'true'
with:
cmd: install --immutable

Expand Down

0 comments on commit ad30517

Please sign in to comment.