Skip to content

Commit

Permalink
chore: fix invalid yarn command gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FC5570 committed Apr 23, 2024
1 parent 493fda2 commit 9d9ad3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache: 'yarn'

- name: Install Dependencies
run: yarn install --frozen-lockfile
run: yarn install --immutable

# Waiting for API key approval

Expand Down

0 comments on commit 9d9ad3d

Please sign in to comment.